comparison src/protocols/msn/session.h @ 10403:e5455f1dc9b6

[gaim-migrate @ 11648] This is "Yet another MSN fix" from Felipe, it actually turned into "Several MSN fixes", see bug 1088651 for the details. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Dec 2004 20:13:54 +0000
parents a7b2fd5efcf2
children 9bed28273ec7
comparison
equal deleted inserted replaced
10402:3d2dd0ed368d 10403:e5455f1dc9b6
61 gint http_poll_timer; 61 gint http_poll_timer;
62 62
63 MsnUserList *userlist; 63 MsnUserList *userlist;
64 MsnUserList *sync_userlist; 64 MsnUserList *sync_userlist;
65 65
66 int servconns_count; 66 int servconns_count; /**< The count of server connections. */
67 GList *switches; 67 GList *switches; /**< The list of all the switchboards. */
68 GList *directconns; 68 GList *directconns; /**< The list of all the directconnections. */
69 69
70 int conv_seq; 70 int conv_seq;
71 71
72 struct 72 struct
73 { 73 {