aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-12-26 12:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2019-12-26 12:01:26 +0000
commitb931bbb319ce135c9dca37a8e33ed1c6d13a09f4 (patch)
treeefe7d1ccf10f06e6c499a778408e1ba7667ee9c6 /tmux.h
parent67d240827937ad65616e3d65ba0adcdf855d1f09 (diff)
parent817d199cbb6720f1848452824f7b93cdc1a24111 (diff)
downloadrtmux-b931bbb319ce135c9dca37a8e33ed1c6d13a09f4.tar.gz
rtmux-b931bbb319ce135c9dca37a8e33ed1c6d13a09f4.tar.bz2
rtmux-b931bbb319ce135c9dca37a8e33ed1c6d13a09f4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 37d3346c..507f5b69 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2691,6 +2691,7 @@ 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 *);
+u_int session_group_attached_count(struct session_group *);
void session_renumber_windows(struct session *);
/* utf8.c */