From 8a214b2f8e57be9b55c091ebc707a05a176f3eaa Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 29 May 2017 20:37:30 +0000 Subject: Function to count clients. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 6fcfd9d3..9c25bcc9 100644 --- a/tmux.h +++ b/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 *); -- cgit