24#ifndef MUTT_MUTT_MAPPING_H
25#define MUTT_MUTT_MAPPING_H
int mutt_map_get_value_n(const char *name, size_t len, const struct Mapping *map)
Lookup the constant for a string.
int mutt_map_get_value(const char *name, const struct Mapping *map)
Lookup the constant for a string.
const char * mutt_map_get_name(int val, const struct Mapping *map)
Lookup a string for a constant.
Mapping between user-readable string and a constant.
const char * name
String value.