diff src/util.h @ 7665:0351ff7030d0

[gaim-migrate @ 8309] Felipe Contreras (aka revo aka shx) writes: " Basically that, currently gaim will not display international "subjects" or "from" fields from emails, like "a??a" or "Pa?l". This implements the propper RFC that specify the format for those fields." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 30 Nov 2003 04:17:17 +0000
parents e293d0c42ccb
children 42e5d2f4e4b1
line wrap: on
line diff
--- a/src/util.h	Sun Nov 30 02:53:05 2003 +0000
+++ b/src/util.h	Sun Nov 30 04:17:17 2003 +0000
@@ -96,6 +96,9 @@
 
 /*@}*/
 
+void gaim_quotedp_decode (const char *text, char **data, int *size);
+char *gaim_mime_decode_field (const char *str);
+
 
 /**************************************************************************/
 /** @name Date/Time Functions                                             */