mappings as standalone module
[apps/madmutt.git] / mapping.h
index 5b0302e..6f6fb7b 100644 (file)
--- a/mapping.h
+++ b/mapping.h
@@ -16,8 +16,6 @@ struct mapping_t {
 };
 
 const char *mutt_getnamebyvalue (int, const struct mapping_t *);
-char *mutt_compile_help (char *, size_t, int, struct mapping_t *);
-
 int mutt_getvaluebyname (const char *, const struct mapping_t *);
 
 #endif