summaryrefslogtreecommitdiff
path: root/openbox/actions/restart.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/restart.c')
-rw-r--r--openbox/actions/restart.c2
1 files changed, 1 insertions, 1 deletions
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,