diff src/protocols/msn/session.h @ 10044:86a6d78b070b

[gaim-migrate @ 11003] this is the msn buddy list sync code from the 1.0.0 tree, also from shx. in this patch, i changed one instance of "b" to "buddy" to make it compile. this introduces code to ask the user about discrepances between the local and server lists on msn. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 19 Sep 2004 03:02:28 +0000
parents 997c28571364
children d9468bd22b7c
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Sun Sep 19 02:53:00 2004 +0000
+++ b/src/protocols/msn/session.h	Sun Sep 19 03:02:28 2004 +0000
@@ -60,6 +60,7 @@
 	gint http_poll_timer;
 
 	MsnUserList *userlist;
+	MsnUserList *sync_userlist;
 
 	int servconns_count;
 	GList *switches;
@@ -141,4 +142,6 @@
 MsnSwitchBoard *msn_session_get_swboard(MsnSession *session,
 										const char *username);
 
+void msn_session_finish_login(MsnSession *session);
+
 #endif /* _MSN_SESSION_H_ */