From 556eb7b7fb20b3b0db03b6d92259ad3bb16dccde Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 4 Sep 2007 06:21:22 +0200 Subject: ANSI function declarations, ie () -> (void) --- openbox/actions/shade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/actions/shade.c') diff --git a/openbox/actions/shade.c b/openbox/actions/shade.c index a8db0989..2342067f 100644 --- a/openbox/actions/shade.c +++ b/openbox/actions/shade.c @@ -5,7 +5,7 @@ static gboolean run_func_on(ObActionsData *data, gpointer options); static gboolean run_func_off(ObActionsData *data, gpointer options); static gboolean run_func_toggle(ObActionsData *data, gpointer options); -void action_shade_startup() +void action_shade_startup(void) { actions_register("Shade", NULL, NULL, run_func_on, NULL, NULL); actions_register("Unshade", NULL, NULL, run_func_off, NULL, NULL); -- cgit v1.2.3