diff src/conversation.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 11e465b55fe6
children b8c93c40ee2e
line wrap: on
line diff
--- a/src/conversation.h	Thu Jul 21 04:16:35 2005 +0000
+++ b/src/conversation.h	Thu Jul 21 05:49:48 2005 +0000
@@ -203,7 +203,7 @@
 	/* Custom Smileys */
 	gboolean (*custom_smiley_add)(GaimConversation *conv, const char *smile);
 	void (*custom_smiley_write)(GaimConversation *conv, const char *smile,
-	                            const char * data, gint64 size);
+	                            const guchar *data, gsize size);
 	void (*custom_smiley_close)(GaimConversation *conv, const char *smile);
 
 
@@ -1017,8 +1017,9 @@
  */
 
 void gaim_conv_custom_smiley_write(GaimConversation *conv,
-                                   const char *smile, const char * data,
-                                   gint64 size);
+                                   const char *smile,
+                                   const guchar *data,
+                                   gsize size);
 
 /**
  * Close the custom smiley, all data has been written with