begin to work on a lib-mime that will hold most of the MIME related stuff.
[apps/madmutt.git] / rfc2231.h
diff --git a/rfc2231.h b/rfc2231.h
deleted file mode 100644 (file)
index f088ddd..0000000
--- a/rfc2231.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright notice from original mutt:
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.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.
- */
-
-void rfc2231_decode_parameters (PARAMETER **);
-int rfc2231_encode_string (char **);