summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-02-22 14:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2022-02-22 14:01:10 +0000
commit2be54886932e6214dfd67ba0b6d8c21fdaff4409 (patch)
tree9a5b87c33a0239640c98b11a38bd30d57143f593 /tmux.h
parent88d9a8fc053a6653c78211690e5796c601bdba01 (diff)
parentfa71e9a07911715da596d618fe045943337c596b (diff)
Merge branch 'obsd-master' into 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 f172ba1a..7eccaa55 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3119,6 +3119,7 @@ void control_notify_session_window_changed(struct session *);
/* session.c */
extern struct sessions sessions;
+extern u_int next_session_id;
int session_cmp(struct session *, struct session *);
RB_PROTOTYPE(sessions, session, entry, session_cmp);
int session_alive(struct session *);