X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mapping.h;h=5b0302eaa334846dc054556858834f86bd62927f;hp=3872f7791942c5d40eb263f8894560ab734e30e8;hb=1c16e9623a9fb6a15bb284a6f7322b583ebc06a7;hpb=ea912b20ba2b3b9dfdbbae758ad56263c9aa41b3 diff --git a/mapping.h b/mapping.h index 3872f77..5b0302e 100644 --- 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 *);