diff src/mime.h @ 11183:8dca96cbcd64

[gaim-migrate @ 13295] I changed the cipher API to use guchar instead of guint8 This seems to be what gtk/glib uses for random bits of data I don't know what got into me committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 03 Aug 2005 02:57:00 +0000
parents a4611130e3eb
children fc464a0abccc
line wrap: on
line diff
--- a/src/mime.h	Wed Aug 03 01:39:41 2005 +0000
+++ b/src/mime.h	Wed Aug 03 02:57:00 2005 +0000
@@ -183,7 +183,7 @@
     @param len  The length of the buffer
 */
 void gaim_mime_part_get_data_decoded(GaimMimePart *part,
-				     guint8 **data, gsize *len);
+				     guchar **data, gsize *len);
 
 
 /** Get the length of the data portion of a MIME document part