diff 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
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Wed Dec 22 23:45:37 2004 +0000
+++ b/src/protocols/msn/session.h	Thu Dec 23 20:13:54 2004 +0000
@@ -63,9 +63,9 @@
 	MsnUserList *userlist;
 	MsnUserList *sync_userlist;
 
-	int servconns_count;
-	GList *switches;
-	GList *directconns;
+	int servconns_count; /**< The count of server connections. */
+	GList *switches; /**< The list of all the switchboards. */
+	GList *directconns; /**< The list of all the directconnections. */
 
 	int conv_seq;