]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.h
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[chaz/openbox] / openbox / debug.h
index 3af413a7d528ffdb05580bd3d035c9f5b8c3e8b0..a24e66ea7d97771e593ddf5f5159788173883644 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, ...);
 
This page took 0.022623 seconds and 4 git commands to generate.