1
0
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:
Christophe CURIS
2013-05-12 00:24:42 +02:00
committed by Carlos R. Mafra
parent 017e6a84a0
commit a3281b1e89
5 changed files with 11 additions and 4 deletions

View File

@@ -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;