summaryrefslogtreecommitdiff
path: root/openbox/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/group.h')
-rw-r--r--openbox/group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/group.h b/openbox/group.h
index 8840601a..293f6b01 100644
--- a/openbox/group.h
+++ b/openbox/group.h
@@ -18,8 +18,8 @@ struct _ObGroup
extern GHashTable *group_map;
-void group_startup();
-void group_shutdown();
+void group_startup(gboolean reconfig);
+void group_shutdown(gboolean reconfig);
ObGroup *group_add(Window leader, struct _ObClient *client);