Mercurial > pidgin
changeset 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 | 107166bb2a64 |
children | d3262085b7a7 |
files | libpurple/protocols/msn/contact.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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