X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fbreakchroot.c;h=8c004582cc95b49fe801b94723cc002e542a4e6a;hb=48d36cd587e70b9680f65811d08038496a9ccc12;hp=bfdbf16ce7755e3d45909c60f3c6960cafb0ea14;hpb=bb0fd965c50289c02619113f113927294fa5be23;p=chaz%2Fopenbox diff --git a/openbox/actions/breakchroot.c b/openbox/actions/breakchroot.c index bfdbf16c..8c004582 100644 --- a/openbox/actions/breakchroot.c +++ b/openbox/actions/breakchroot.c @@ -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 */