Replace void* with MsnSoapCallback type. I guess it didn't work before

Sun, 10 Aug 2008 01:21:17 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 10 Aug 2008 01:21:17 +0000
changeset 24030
13edaa64bcc5
parent 24017
c413ed3e4bdb
child 24031
f9c3efb8afa6

Replace void* with MsnSoapCallback type. I guess it didn't work before
because of the whole soap/soap2 thing.

libpurple/protocols/msn/contact.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/contact.h	Sat Aug 09 23:23:48 2008 +0000
+++ b/libpurple/protocols/msn/contact.h	Sun Aug 10 01:21:17 2008 +0000
@@ -26,6 +26,7 @@
 #define _MSN_CONTACT_H_
 
 #include "session.h"
+#include "soap.h"
 
 #define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11"
 
@@ -604,7 +605,7 @@
 	xmlnode *token;
 	const gchar *post_action;
 	const gchar *post_url;
-	/* MsnSoapCallback */ void *cb;
+	MsnSoapCallback cb;
 };
 
 typedef enum

mercurial