summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-10-12 15:26:37 +0000
committernicm <nicm@openbsd.org>2016-10-12 15:26:37 +0000
commit9de081b8a0a84913eb8b448f0d12192b21da6844 (patch)
tree0bc9dbc53b9d3a20de45a935b7eea56c16da4835 /usr.bin/tmux/tmux.h
parentTeach switchd(8) how to send set_config to the switch so we can be able (diff)
downloadwireguard-openbsd-9de081b8a0a84913eb8b448f0d12192b21da6844.tar.xz
wireguard-openbsd-9de081b8a0a84913eb8b448f0d12192b21da6844.zip
bind-key -c has gone, remove from man page, and unused table declarations.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 6b756fc855c..b5b50ab658b 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.658 2016/10/12 14:50:14 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.659 2016/10/12 15:26:37 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1559,9 +1559,7 @@ int printflike(4, 5) hooks_wait(struct hooks *, struct cmd_q *,
struct cmd_find_state *, const char *, ...);
/* mode-key.c */
-extern struct mode_key_tree mode_key_tree_vi_edit;
extern struct mode_key_tree mode_key_tree_vi_choice;
-extern struct mode_key_tree mode_key_tree_emacs_edit;
extern struct mode_key_tree mode_key_tree_emacs_choice;
int mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *);
RB_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp);