libpurple/protocols/msn/session.h

changeset 23446
ed5a87320cb8
parent 22164
2307c0c05225
child 23787
3c8cc18f60f1
equal deleted inserted replaced
23445:ea4212194830 23446:ed5a87320cb8
102 102
103 MsnUserList *userlist; 103 MsnUserList *userlist;
104 104
105 int servconns_count; /**< The count of server connections. */ 105 int servconns_count; /**< The count of server connections. */
106 GList *switches; /**< The list of all the switchboards. */ 106 GList *switches; /**< The list of all the switchboards. */
107 GList *directconns; /**< The list of all the directconnections. */
108 GList *slplinks; /**< The list of all the slplinks. */ 107 GList *slplinks; /**< The list of all the slplinks. */
109 108
110 /*psm info*/ 109 /*psm info*/
111 char *psm; 110 char *psm;
112 111

mercurial