]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/close.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / close.c
index 37260e1315093d29073f979351c1f4e36554d0ad..d2bc96c2166e424eacbb9c550f50d3f5bda332ce 100644 (file)
@@ -3,12 +3,11 @@
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_close_startup()
+void action_close_startup(void)
 {
     actions_register("Close",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.02192 seconds and 4 git commands to generate.