summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keymap.h b/keymap.h
index bdbafae6..392910a5 100644
--- a/keymap.h
+++ b/keymap.h
@@ -27,7 +27,8 @@ typedef short keycode_t;
void km_bind (char *, int, int, char *, char *);
void km_bindkey (char *, int, int);
-int km_dokey (int);
+#define km_dokey(menu) _km_dokey(menu, 0)
+int _km_dokey (int, int);
/* entry in the keymap tree */
struct keymap_t