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

#include <glib.h>

void ob_debug_show_output(gboolean enable);

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

#endif