aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-12 13:01:19 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-12 13:01:19 +0000
commit8cb8a0da8d061293e9e4b52d99473ff574abf727 (patch)
tree8d21263232347ebdef2453d05a44e5a8c8299297 /tmux.h
parentd771614d33da54c2028a690079a64c0edb2949fc (diff)
downloadrtmux-8cb8a0da8d061293e9e4b52d99473ff574abf727.tar.gz
rtmux-8cb8a0da8d061293e9e4b52d99473ff574abf727.tar.bz2
rtmux-8cb8a0da8d061293e9e4b52d99473ff574abf727.zip
Tidy some common code for destroying sessions into a new function.
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 a1b7fea2..ed7242c5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1457,6 +1457,7 @@ void server_status_window(struct window *);
void server_lock(void);
int server_unlock(const char *);
void server_kill_window(struct window *);
+void server_destroy_session(struct session *);
void server_set_identify(struct client *);
void server_clear_identify(struct client *);