Mercurial > pidgin
comparison src/util.h @ 7673:42e5d2f4e4b1
[gaim-migrate @ 8317]
I'm gonna revert this to make it easier to applie the changed
patch which includes the stuff I'm reverting.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 30 Nov 2003 18:15:22 +0000 |
parents | 0351ff7030d0 |
children | 66d9440db6ec |
comparison
equal
deleted
inserted
replaced
7672:73c7b22cf9bb | 7673:42e5d2f4e4b1 |
---|---|
93 * @see gaim_base64_encode() | 93 * @see gaim_base64_encode() |
94 */ | 94 */ |
95 void gaim_base64_decode(const char *str, char **ret_str, int *ret_len); | 95 void gaim_base64_decode(const char *str, char **ret_str, int *ret_len); |
96 | 96 |
97 /*@}*/ | 97 /*@}*/ |
98 | |
99 void gaim_quotedp_decode (const char *text, char **data, int *size); | |
100 char *gaim_mime_decode_field (const char *str); | |
101 | 98 |
102 | 99 |
103 /**************************************************************************/ | 100 /**************************************************************************/ |
104 /** @name Date/Time Functions */ | 101 /** @name Date/Time Functions */ |
105 /**************************************************************************/ | 102 /**************************************************************************/ |