X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdebug.h;h=13c55988453207eb179b44d90733a8ae4fb28e3e;hb=HEAD;hp=3af413a7d528ffdb05580bd3d035c9f5b8c3e8b0;hpb=5563e251c36a1fbda703cf4bc3c8c6ae543829bd;p=chaz%2Fopenbox diff --git a/openbox/debug.h b/openbox/debug.h index 3af413a7..13c55988 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -21,8 +21,8 @@ #include -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