diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-11-02 20:01:26 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-11-02 20:01:26 +0000 |
commit | 8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f (patch) | |
tree | 2a8ecf685a8f14f673a6b7e1036c7d5ac79032f1 /tmux.h | |
parent | cf782c4f546fb11f3157de7aecff85845b0dbed9 (diff) | |
parent | 17655e5ba65e37787cd9920e1a89aedf6f623957 (diff) | |
download | rtmux-8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f.tar.gz rtmux-8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f.tar.bz2 rtmux-8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2339,6 +2339,7 @@ struct session_group *session_group_new(const char *); void session_group_add(struct session_group *, struct session *); void session_group_synchronize_to(struct session *); void session_group_synchronize_from(struct session *); +u_int session_group_count(struct session_group *); void session_renumber_windows(struct session *); /* utf8.c */ |