]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/breakchroot.c
Add window type to If as well
[chaz/openbox] / openbox / actions / breakchroot.c
index bfdbf16ce7755e3d45909c60f3c6960cafb0ea14..8c004582cc95b49fe801b94723cc002e542a4e6a 100644 (file)
@@ -3,12 +3,11 @@
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_breakchroot_startup()
+void action_breakchroot_startup(void)
 {
     actions_register("BreakChroot",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.020027 seconds and 4 git commands to generate.