=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.601 retrieving revision 1.602 diff -u -r1.601 -r1.602 --- src/usr.bin/tmux/tmux.h 2015/12/12 18:19:00 1.601 +++ src/usr.bin/tmux/tmux.h 2015/12/12 18:32:24 1.602 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.601 2015/12/12 18:19:00 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.602 2015/12/12 18:32:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1800,6 +1800,8 @@ void server_add_accept(int); /* server-client.c */ +void server_client_set_key_table(struct client *, const char *); +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);