aboutsummaryrefslogtreecommitdiff
path: root/src/unmime.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-04 11:41:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-04 11:41:49 +0000
commit00147be89513db41cdefb984b9d8e5e02e3f8ce6 (patch)
tree1066745852a3bc4db092442c5892994d798cb715 /src/unmime.h
parentc713812fef1340829e2142e177f0a60f2e9471b8 (diff)
improved header MIME decoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@147 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/unmime.h')
-rw-r--r--src/unmime.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unmime.h b/src/unmime.h
index 363dd219..be9f390e 100644
--- a/src/unmime.h
+++ b/src/unmime.h
@@ -22,7 +22,6 @@
#include <glib.h>
-void unmime_header (gchar *out,
- const gchar *str);
+gchar *unmime_header (const gchar *encoded_str);
#endif /* __UNMIME_H__ */