summaryrefslogtreecommitdiff
path: root/openbox/debug.h
blob: 695e968fe532258effdb881c65219a0d71db38eb (plain)
1
2
3
4
5
6
7
8
#ifndef __ob__debug_h
#define __ob__debug_h

void ob_debug_show_output(gboolean enable);

void ob_debug(char *a, ...);

#endif