pidgin: a0113c27: Replace void* with MsnSoapCallback type....
qulogic at pidgin.im
qulogic at pidgin.im
Tue Aug 12 00:58:12 EDT 2008
-----------------------------------------------------------------
Revision: a0113c27348e7277d902f7e5c95e4cc02be50989
Ancestor: 4d36ca589250afa99189df464a7700bc0b38b3c4
Author: qulogic at pidgin.im
Date: 2008-08-10T01:21:17
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a0113c27348e7277d902f7e5c95e4cc02be50989
Modified files:
libpurple/protocols/msn/contact.h
ChangeLog:
Replace void* with MsnSoapCallback type. I guess it didn't work before
because of the whole soap/soap2 thing.
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/contact.h 85259141443499860c2aa3fb48c31dbda71a63ba
+++ libpurple/protocols/msn/contact.h 60347c8b71289d27dcf8e183011f4c3d37d5b897
@@ -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 @@ struct _MsnCallbackState
xmlnode *token;
const gchar *post_action;
const gchar *post_url;
- /* MsnSoapCallback */ void *cb;
+ MsnSoapCallback cb;
};
typedef enum
More information about the Commits
mailing list