X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mapping.h;h=5b0302eaa334846dc054556858834f86bd62927f;hp=3872f7791942c5d40eb263f8894560ab734e30e8;hb=5e53f9e5f65aa5b3af6f5af9d868403536534afb;hpb=59926571aaec3e38cec09d0d9fa34f4a4b887309 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 *);