Switch to side-by-side view

--- a/src/utils/mimeparse.h
+++ b/src/utils/mimeparse.h
@@ -1,6 +1,6 @@
 #ifndef _MIME_H_INCLUDED_
 #define _MIME_H_INCLUDED_
-/* @(#$Id: mimeparse.h,v 1.2 2005-03-25 09:40:28 dockes Exp $  (C) 2004 J.F.Dockes */
+/* @(#$Id: mimeparse.h,v 1.3 2005-10-15 12:18:04 dockes Exp $  (C) 2004 J.F.Dockes */
 
 #include <string>
 #include <map>
@@ -15,5 +15,6 @@
 
 bool qp_decode(const std::string& in, std::string &out);
 bool base64_decode(const std::string& in, std::string &out);
+bool rfc2047_decode(const std::string& in, std::string &out);
 
 #endif /* _MIME_H_INCLUDED_ */