mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Tidy some common code for destroying sessions into a new function.
This commit is contained in:
1
tmux.h
1
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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user