From 1bf100814942c455dfd1d99fdd6fce80970a9999 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Wed, 8 Nov 2006 23:36:48 +0100 Subject: [PATCH] leftover Signed-off-by: Pierre Habouzit --- mapping.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 mapping.h 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 -- 2.20.1