diff libpurple/protocols/msn/contact.h @ 20538:90fd0826c6ce

finish converting the rest of stuff to the new soap api, signing on, getting address book seems to work, other blist management stuff not tested yet
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 24 Oct 2007 06:35:54 +0000
parents 9812222e89d4
children aa875e77e5ce
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.h	Wed Oct 03 05:05:35 2007 +0000
+++ b/libpurple/protocols/msn/contact.h	Wed Oct 24 06:35:54 2007 +0000
@@ -379,6 +379,7 @@
 	gchar * guid;
 	MsnListId list_id;
 	MsnCallbackAction action;
+	MsnSession *session;
 };
 
 typedef enum 
@@ -396,7 +397,7 @@
 MsnContact * msn_contact_new(MsnSession *session);
 void msn_contact_destroy(MsnContact *contact);
 
-MsnCallbackState * msn_callback_state_new(void);
+MsnCallbackState * msn_callback_state_new(MsnSession *session);
 void msn_callback_state_free(MsnCallbackState *state);
 void msn_callback_state_set_who(MsnCallbackState *state, const gchar *who);
 void msn_callback_state_set_old_group_name(MsnCallbackState *state,