summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 396596ae..0c946dd6 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -95,8 +95,8 @@ struct _ObMenuEntry
} data;
};
-void menu_startup();
-void menu_shutdown();
+void menu_startup(gboolean reconfig);
+void menu_shutdown(gboolean reconfig);
ObMenu* menu_new(gchar *name, gchar *title, gpointer data);
void menu_free(ObMenu *menu);