() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[dana/openbox.git] / openbox / debug.h
index 3af413a..a24e66e 100644 (file)
@@ -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, ...);