mem_calloc -> p_new
[apps/madmutt.git] / mapping.h
index 3872f77..5b0302e 100644 (file)
--- a/mapping.h
+++ b/mapping.h
@@ -15,7 +15,7 @@ struct mapping_t {
   int value;
 };
 
-char *mutt_getnamebyvalue (int, const 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 *);