=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.746 retrieving revision 1.747 diff -c -r1.746 -r1.747 *** src/usr.bin/tmux/tmux.h 2017/04/21 14:09:44 1.746 --- src/usr.bin/tmux/tmux.h 2017/04/21 16:04:18 1.747 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.746 2017/04/21 14:09:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.747 2017/04/21 16:04:18 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1847,1853 **** void server_client_clear_identify(struct client *, struct window_pane *); void server_client_set_key_table(struct client *, const char *); const char *server_client_get_key_table(struct client *); - int server_client_is_default_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); --- 1847,1852 ----