summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
authorAli Gholami Rudi <aliqrudi@gmail.com>2008-10-11 08:33:32 +0330
committerShawn <sabetts@juicebox.(none)>2008-10-12 17:11:54 -0700
commit2557e59fc5ce7690d05856b04e0ea5aaff6f9f60 (patch)
tree1cdb0859bfb23b581144df7c2b9664d5b32e5ab9 /src/group.h
parent96f8765e306e2a5ed27546d2fec9b08613d369c2 (diff)
downloadratpoison-2557e59fc5ce7690d05856b04e0ea5aaff6f9f60.zip
add grename command
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index 4e6ad81..176e4ee 100644
--- a/src/group.h
+++ b/src/group.h
@@ -53,6 +53,7 @@ rp_group *group_next_group (void);
rp_group *group_last_group (void);
rp_group *group_add_new_group (char *name);
+void group_rename (rp_group *g, char *name);
rp_window_elem *group_find_window (struct list_head *list, rp_window *win);
rp_window_elem *group_find_window_by_number (rp_group *g, int num);