6 # define OUTPUT_FILE "/dev/console"
7 /* # define OUTPUT_FILE "/tmp/FvwmIconMan" */
9 # define OUTPUT_FILE NULL
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 */