From 986ab5e943db7aaed2aed98f8b74e4c26666fdd8 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 25 Aug 1998 22:33:07 +0000 Subject: CVS branch clean-up. --- keymap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keymap.h') diff --git a/keymap.h b/keymap.h index 580bc2ba..7ec44a5c 100644 --- a/keymap.h +++ b/keymap.h @@ -25,13 +25,15 @@ /* type for key storage, the rest of mutt works fine with int type */ typedef short keycode_t; -void km_bindkey (char *, int, int, char *); +void km_bind (char *, int, int, char *, char *); +void km_bindkey (char *, int, int); int km_dokey (int); /* entry in the keymap tree */ struct keymap_t { char *macro; /* macro expansion (op == OP_MACRO) */ + char *descr; /* description of a macro for the help menu */ struct keymap_t *next; /* next key in map */ short op; /* operation to perform */ short eq; /* number of leading keys equal to next entry */ -- cgit v1.2.3