libpurple/protocols/msn/slpcall.h

changeset 23991
7f0f58aafd57
parent 23938
4570d6e22b9e
child 24614
fa29263b7eb9
--- a/libpurple/protocols/msn/slpcall.h	Thu Aug 07 06:16:57 2008 +0000
+++ b/libpurple/protocols/msn/slpcall.h	Thu Aug 07 07:07:32 2008 +0000
@@ -25,6 +25,7 @@
 #define _MSN_SLPCALL_H_
 
 #include "internal.h"
+#include "ft.h"
 
 typedef struct _MsnSlpCall MsnSlpCall;
 
@@ -70,7 +71,7 @@
 	/* Can be checksum, or smile */
 	char *data_info;
 
-	void *xfer;
+	PurpleXfer *xfer;
 
 	MsnSlpCb cb;
 	void (*end_cb)(MsnSlpCall *slpcall, MsnSession *session);

mercurial