leftover
authorPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 22:36:48 +0000 (23:36 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 22:36:48 +0000 (23:36 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
mapping.h [deleted file]

diff --git a/mapping.h b/mapping.h
deleted file mode 100644 (file)
index 6f6fb7b..0000000
--- a/mapping.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright notice from original mutt:
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
- *
- * 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