diff src/protocols/msn/slpcall.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 a7b2fd5efcf2
children 442b23efba54
line wrap: on
line diff
--- a/src/protocols/msn/slpcall.h	Thu Jul 21 04:16:35 2005 +0000
+++ b/src/protocols/msn/slpcall.h	Thu Jul 21 05:49:48 2005 +0000
@@ -24,10 +24,12 @@
 #ifndef _MSN_SLPCALL_H_
 #define _MSN_SLPCALL_H_
 
+#include "internal.h"
+
 typedef struct _MsnSlpCall MsnSlpCall;
 
 typedef void (*MsnSlpCb)(MsnSlpCall *slpcall,
-						 const char *data, long long size);
+						 const guchar *data, gsize size);
 typedef void (*MsnSlpEndCb)(MsnSlpCall *slpcall);
 
 #include "slplink.h"