summaryrefslogtreecommitdiff
path: root/openbox/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/debug.h')
-rw-r--r--openbox/debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbox/debug.h b/openbox/debug.h
new file mode 100644
index 00000000..695e968f
--- /dev/null
+++ b/openbox/debug.h
@@ -0,0 +1,8 @@
+#ifndef __ob__debug_h
+#define __ob__debug_h
+
+void ob_debug_show_output(gboolean enable);
+
+void ob_debug(char *a, ...);
+
+#endif