summaryrefslogtreecommitdiff
path: root/openbox/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/debug.h')
-rw-r--r--openbox/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/debug.h b/openbox/debug.h
index 3af413a7..a24e66ea 100644
--- a/openbox/debug.h
+++ b/openbox/debug.h
@@ -21,8 +21,8 @@
#include <glib.h>
-void ob_debug_startup();
-void ob_debug_shutdown();
+void ob_debug_startup(void);
+void ob_debug_shutdown(void);
void ob_debug(const gchar *a, ...);