aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index ed7242c5..63f75577 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1435,7 +1435,6 @@ const char *key_string_lookup_key(int);
/* server.c */
extern struct clients clients;
extern struct clients dead_clients;
-int server_client_index(struct client *);
int server_start(char *);
/* server-msg.c */