comparison src/mime.h @ 11132:a4611130e3eb

[gaim-migrate @ 13189] A bit more dewarnification. I also think I found a memleak in sametime. siege, could you please check that out sometime? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 20 Jul 2005 02:43:09 +0000
parents 2507d20c3d0b
children 8dca96cbcd64
comparison
equal deleted inserted replaced
11131:ece127d56c14 11132:a4611130e3eb
181 @param part the MIME documemt part 181 @param part the MIME documemt part
182 @param data Buffer for the data 182 @param data Buffer for the data
183 @param len The length of the buffer 183 @param len The length of the buffer
184 */ 184 */
185 void gaim_mime_part_get_data_decoded(GaimMimePart *part, 185 void gaim_mime_part_get_data_decoded(GaimMimePart *part,
186 char **data, gsize *len); 186 guint8 **data, gsize *len);
187 187
188 188
189 /** Get the length of the data portion of a MIME document part 189 /** Get the length of the data portion of a MIME document part
190 190
191 @param part the MIME document part 191 @param part the MIME document part