]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/debug.h
use ob_debug for any debug printing and only display the output when its a debug...
[mikachu/openbox.git] / openbox / debug.h
1 #ifndef __ob__debug_h
2 #define __ob__debug_h
3
4 #include <glib.h>
5
6 void ob_debug_show_output(gboolean enable);
7
8 void ob_debug(char *a, ...);
9
10 #endif