Fix move command parsing.
[fvwm.git] / modules / FvwmIconMan / debug.h
blob5c004395116380981d1598c61914e9f5e0490717
1 /* -*-c-*- */
2 #ifndef IN_DEBUG_H
3 #define IN_DEBUG_H
5 #if 0
6 # define OUTPUT_FILE "/dev/console"
7 /* # define OUTPUT_FILE "/tmp/FvwmIconMan" */
8 #else
9 # define OUTPUT_FILE NULL
10 #endif
12 extern int OpenConsole(const char *filenm);
13 extern void ConsoleMessage(const char *fmt, ...)
14 __attribute__ ((__format__ (__printf__, 1, 2)));
15 extern void ConsoleDebug(int flag, const char *fmt, ...)
16 __attribute__ ((__format__ (__printf__, 2, 3)));
18 extern int CORE, FUNCTIONS, X11, FVWM, CONFIG, WINLIST;
20 #endif /* IN_DEBUG_H */