mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
src/main.c: Moved local prototype for global function to header 'funcs.h'
It is a bad idea to declare the prototype of an external function in a file as it won't allow the compiler to cross-check it.
This commit is contained in:
committed by
Carlos R. Mafra
parent
017e6a84a0
commit
a3281b1e89
@@ -169,10 +169,6 @@ static char **Arguments;
|
||||
|
||||
static int ArgCount;
|
||||
|
||||
extern void EventLoop(void);
|
||||
extern void StartUp(Bool defaultScreenOnly);
|
||||
extern int MonitorLoop(int argc, char **argv);
|
||||
|
||||
static Bool multiHead = True;
|
||||
|
||||
static int *wVisualID = NULL;
|
||||
|
||||
Reference in New Issue
Block a user