diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-12 13:01:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-12 13:01:19 +0000 |
commit | 8cb8a0da8d061293e9e4b52d99473ff574abf727 (patch) | |
tree | 8d21263232347ebdef2453d05a44e5a8c8299297 /tmux.h | |
parent | d771614d33da54c2028a690079a64c0edb2949fc (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |