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/restart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/actions/restart.c') diff --git a/openbox/actions/restart.c b/openbox/actions/restart.c index fff0a87f..4b52f9d3 100644 --- a/openbox/actions/restart.c +++ b/openbox/actions/restart.c @@ -9,7 +9,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); static void free_func(gpointer options); static gboolean run_func(ObActionsData *data, gpointer options); -void action_restart_startup() +void action_restart_startup(void) { actions_register("Restart", setup_func, -- cgit v1.2.3