aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 06:40:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 06:40:03 +0000
commitf41ef2198ba430a7b376c205ad799fcc0f5b2685 (patch)
tree3eb8606338f2c03dfa12435679d123601246d0e1 /tmux.h
parent61bd3ae1c63d576577a88eb06d94fd133cf41bfc (diff)
downloadrtmux-f41ef2198ba430a7b376c205ad799fcc0f5b2685.tar.gz
rtmux-f41ef2198ba430a7b376c205ad799fcc0f5b2685.tar.bz2
rtmux-f41ef2198ba430a7b376c205ad799fcc0f5b2685.zip
Missed this declaration in key bindings change. Whoops.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index adbcb171..8f0d4b80 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.357 2009-07-14 06:39:10 nicm Exp $ */
+/* $Id: tmux.h,v 1.358 2009-07-14 06:40:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1238,6 +1238,7 @@ SPLAY_PROTOTYPE(key_bindings, key_binding, entry, key_bindings_cmp);
struct key_binding *key_bindings_lookup(int);
void key_bindings_add(int, int, struct cmd_list *);
void key_bindings_remove(int);
+void key_bindings_clean(void);
void key_bindings_init(void);
void key_bindings_free(void);
void key_bindings_dispatch(struct key_binding *, struct client *);