aboutsummaryrefslogtreecommitdiff
path: root/src/unmime.h
diff options
context:
space:
mode:
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__ */