Tidy some common code for destroying sessions into a new function.

This commit is contained in:
Nicholas Marriott
2009-09-12 13:01:19 +00:00
parent d771614d33
commit 8cb8a0da8d
3 changed files with 25 additions and 30 deletions

1
tmux.h
View File

@ -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 *);