comparison libpurple/protocols/msn/contact.h @ 23691:5b5f92944d49

Replace void* with MsnSoapCallback type. I guess it didn't work before because of the whole soap/soap2 thing.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 10 Aug 2008 01:21:17 +0000
parents 3e3f5a25a135
children f54e7398f733
comparison
equal deleted inserted replaced
23690:107166bb2a64 23691:5b5f92944d49
24 */ 24 */
25 #ifndef _MSN_CONTACT_H_ 25 #ifndef _MSN_CONTACT_H_
26 #define _MSN_CONTACT_H_ 26 #define _MSN_CONTACT_H_
27 27
28 #include "session.h" 28 #include "session.h"
29 #include "soap.h"
29 30
30 #define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11" 31 #define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11"
31 32
32 #define MSN_CONTACT_SERVER "contacts.msn.com" 33 #define MSN_CONTACT_SERVER "contacts.msn.com"
33 34
602 MsnSession *session; 603 MsnSession *session;
603 xmlnode *body; 604 xmlnode *body;
604 xmlnode *token; 605 xmlnode *token;
605 const gchar *post_action; 606 const gchar *post_action;
606 const gchar *post_url; 607 const gchar *post_url;
607 /* MsnSoapCallback */ void *cb; 608 MsnSoapCallback cb;
608 }; 609 };
609 610
610 typedef enum 611 typedef enum
611 { 612 {
612 MSN_PS_INITIAL, 613 MSN_PS_INITIAL,