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