| 93 GaimRoomlist *roomlist; |
93 GaimRoomlist *roomlist; |
| 94 gint channel; /* the id for opened chat conversation */ |
94 gint channel; /* the id for opened chat conversation */ |
| 95 |
95 |
| 96 GList *groups; |
96 GList *groups; |
| 97 GList *group_packets; |
97 GList *group_packets; |
| |
98 GSList *joining_groups; |
| |
99 GSList *adding_groups_from_server; /* internal ids of groups the server wants in my blist */ |
| 98 GList *buddies; |
100 GList *buddies; |
| 99 GList *contact_info_window; |
101 GList *contact_info_window; |
| 100 GList *qun_info_window; |
102 GList *group_info_window; |
| 101 GList *sendqueue; |
103 GList *sendqueue; |
| 102 GList *info_query; |
104 GList *info_query; |
| 103 GList *add_buddy_request; |
105 GList *add_buddy_request; |
| 104 GQueue *before_login_packets; |
106 GQueue *before_login_packets; |
| 105 |
107 |