summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2009-05-14 16:29:58 +0000
committeroga <oga>2009-05-14 16:29:58 +0000
commit29cdc29c6e8fa06717eaa56d614c312ef9aa72f8 (patch)
tree115ebfa9e77bcca7d5ed2fc4ab952050947fcf7a /calmwm.h
parent3de90d44fc13ee83b7f5b11282e757765364fffc (diff)
downloadcwm-29cdc29c6e8fa06717eaa56d614c312ef9aa72f8.tar.gz
cwm-29cdc29c6e8fa06717eaa56d614c312ef9aa72f8.tar.xz
cwm-29cdc29c6e8fa06717eaa56d614c312ef9aa72f8.zip
add missing prototype.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 4c915a8..d5c77b6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -480,6 +480,7 @@ void			 search_match_exec(struct menu_q *, struct menu_q *,
 void			 group_init(void);
 void			 group_hidetoggle(int);
 void			 group_cycle(int);
+void			 group_only(int);
 void			 group_sticky(struct client_ctx *);
 void			 group_client_delete(struct client_ctx *);
 void			 group_menu(XButtonEvent *);