2005-03-18 [paul] 1.0.3cvs2.4
[claws.git] / src / unmime.h
index 8e6d8397993a4a9ac7efaf8ec4c5143b3f7c51b4..be9f390ed1eeda6f92200255167334808c78b022 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,8 +22,6 @@
 
 #include <glib.h>
 
-void unmime_header                     (gchar          *out,
-                                        const gchar    *str);
-gint unmime_quoted_printable_line      (gchar          *str);
+gchar *unmime_header   (const gchar    *encoded_str);
 
 #endif /* __UNMIME_H__ */