add -lpthread in the MUTTLIBS
[apps/madmutt.git] / keymap.h
index 58affcb..aceb5eb 100644 (file)
--- a/keymap.h
+++ b/keymap.h
@@ -15,9 +15,6 @@
 /* maximal length of a key binding sequence used for buffer in km_bindkey */
 #define MAX_SEQ 8
 
-/* flags for km_dokey() */
-#define M_KM_UNBUFFERED 1       /* don't read from the key buffer */
-
 /* type for key storage, the rest of mutt works fine with int type */
 typedef short keycode_t;
 
@@ -41,7 +38,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 +54,6 @@ enum {
   MENU_SMIME,
   MENU_KEY_SELECT_PGP,
   MENU_KEY_SELECT_SMIME,
-  MENU_MIX,
   MENU_MAX
 };
 
@@ -81,6 +76,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"