mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Function to count clients.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -1836,6 +1836,7 @@ void server_update_socket(void);
|
||||
void server_add_accept(int);
|
||||
|
||||
/* server-client.c */
|
||||
u_int server_client_how_many(void);
|
||||
void server_client_set_identify(struct client *);
|
||||
void server_client_clear_identify(struct client *, struct window_pane *);
|
||||
void server_client_set_key_table(struct client *, const char *);
|
||||
|
Reference in New Issue
Block a user