From 8cb8a0da8d061293e9e4b52d99473ff574abf727 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 12 Sep 2009 13:01:19 +0000 Subject: Tidy some common code for destroying sessions into a new function. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 *); -- cgit