=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.814 retrieving revision 1.815 diff -c -r1.814 -r1.815 *** src/usr.bin/tmux/tmux.h 2017/11/15 19:59:27 1.814 --- src/usr.bin/tmux/tmux.h 2017/12/19 15:00:39 1.815 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.814 2017/11/15 19:59:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.815 2017/12/19 15:00:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1885,1891 **** const char *server_client_get_key_table(struct client *); int server_client_check_nested(struct client *); void server_client_handle_key(struct client *, key_code); ! void server_client_create(int); int server_client_open(struct client *, char **); void server_client_unref(struct client *); void server_client_lost(struct client *); --- 1885,1891 ---- const char *server_client_get_key_table(struct client *); int server_client_check_nested(struct client *); void server_client_handle_key(struct client *, key_code); ! struct client *server_client_create(int); int server_client_open(struct client *, char **); void server_client_unref(struct client *); void server_client_lost(struct client *);