Just changed some syntax

master
MadcowOG 2023-02-22 08:34:02 -08:00
parent ab491b03d6
commit 62e693fe11
1 changed files with 1 additions and 1 deletions

View File

@ -69,6 +69,6 @@ void* ecalloc(size_t amnt, size_t size);
* User function definitions.
* Usually used for when clicking buttons with a pointer.
*/
extern void spawn(struct Monitor* monitor, const Arg* arg);
void spawn(struct Monitor* monitor, const Arg* arg);
#endif // COMMON_H_