X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fkill.c;h=b7d547b9d5b1ee6a07f87ceee94dcc5fe4ee7f97;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hp=5e14cb7c91be3ee66ac996b04be7311615d95c5e;hpb=976d406529c4ea79adc163793ec73178dbc14101;p=chaz%2Fopenbox diff --git a/openbox/actions/kill.c b/openbox/actions/kill.c index 5e14cb7c..b7d547b9 100644 --- a/openbox/actions/kill.c +++ b/openbox/actions/kill.c @@ -3,12 +3,11 @@ static gboolean run_func(ObActionsData *data, gpointer options); -void action_kill_startup() +void action_kill_startup(void) { actions_register("Kill", NULL, NULL, - run_func, - NULL, NULL); + run_func); } /* Always return FALSE because its not interactive */