]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/debug.c
ANSI function declarations, ie () -> (void)
[chaz/openbox] / openbox / actions / debug.c
index bbc9cca2834b3eb16f2a39494b67542ccd7838ec..f71b685df8a81357a9806dedbbfc62dd3c12719b 100644 (file)
@@ -9,7 +9,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
 static void     free_func(gpointer options);
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_debug_startup()
+void action_debug_startup(void)
 {
     actions_register("Debug",
                      setup_func,
This page took 0.023062 seconds and 4 git commands to generate.