X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mapping.h;fp=mapping.h;h=0000000000000000000000000000000000000000;hp=6f6fb7b0ad2a7c06847576b257f6b7238f30f441;hb=1bf100814942c455dfd1d99fdd6fce80970a9999;hpb=8682670f5c23aca480236b8456aa8192b154a3e0 diff --git a/mapping.h b/mapping.h deleted file mode 100644 index 6f6fb7b..0000000 --- a/mapping.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright notice from original mutt: - * Copyright (C) 1996-2000 Michael R. Elkins - * - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ - -#ifndef MAPPING_H -#define MAPPING_H - -struct mapping_t { - const char *name; - int value; -}; - -const char *mutt_getnamebyvalue (int, const struct mapping_t *); -int mutt_getvaluebyname (const char *, const struct mapping_t *); - -#endif