]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / debug.h
index 3af413a7d528ffdb05580bd3d035c9f5b8c3e8b0..13c55988453207eb179b44d90733a8ae4fb28e3e 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, ...);
 
@@ -38,4 +38,6 @@ void ob_debug_type(ObDebugType type, const gchar *a, ...);
 
 void ob_debug_enable(ObDebugType type, gboolean enable);
 
+void ob_debug_show_prompts(void);
+
 #endif
This page took 0.023883 seconds and 4 git commands to generate.