diff src/buddyicon.h @ 11137:096020ae09a9

[gaim-migrate @ 13201] Some more deworming. I mean, dewarning. I also realized that lots of glib uses guchar* instead of guint* for passing around bits of binary data, so I changed some stuff in util.c that I'd already changed. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 21 Jul 2005 05:49:48 +0000
parents 3428ad6f5049
children 10066662176a
line wrap: on
line diff
--- a/src/buddyicon.h	Thu Jul 21 04:16:35 2005 +0000
+++ b/src/buddyicon.h	Thu Jul 21 05:49:48 2005 +0000
@@ -163,7 +163,7 @@
  *
  * @return The icon data.
  */
-const void *gaim_buddy_icon_get_data(const GaimBuddyIcon *icon, size_t *len);
+const guchar *gaim_buddy_icon_get_data(const GaimBuddyIcon *icon, size_t *len);
 
 /**
  * Returns an extension corresponding to the buddy icon's file type.