Fix madmutt for stupid terms with only 64 colors.
[apps/madmutt.git] / keymap.h
index 58affcb..1c26ed1 100644 (file)
--- a/keymap.h
+++ b/keymap.h
@@ -41,7 +41,6 @@ int km_expand_key (char *, size_t, struct keymap_t *);
 struct keymap_t *km_find_func (int, int);
 void km_init (void);
 void km_error_key (int);
-void mutt_what_key (void);
 
 enum {
   MENU_ALIAS,
@@ -58,7 +57,6 @@ enum {
   MENU_SMIME,
   MENU_KEY_SELECT_PGP,
   MENU_KEY_SELECT_SMIME,
-  MENU_MIX,
   MENU_MAX
 };
 
@@ -81,6 +79,5 @@ struct binding_t *km_get_table (int menu);
 #define MUTT_FUNCTIONS_PROTO
 #include "functions.def"
 
-#include "keymap_defs.h"
-
 #endif /* KEYMAP_H */
+#include "keymap_defs.h"