Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-05-29 22:01:15 +01:00
2 changed files with 16 additions and 0 deletions

1
tmux.h
View File

@ -1840,6 +1840,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 *);