comparison src/protocols/msn/userlist.h @ 9860:65b3156f9f48

[gaim-migrate @ 10739] (21:34:57) shx: and after applying the on of the memleak... (21:35:15) shx: patch to auto update msn buddy icons committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 01:43:54 +0000
parents ab6636c5a136
children 442b23efba54
comparison
equal deleted inserted replaced
9859:42f6b69c9d8e 9860:65b3156f9f48
54 /* MsnGroups *groups; */ 54 /* MsnGroups *groups; */
55 55
56 GList *users; 56 GList *users;
57 GList *groups; 57 GList *groups;
58 58
59 GQueue *buddy_icon_requests;
60 int buddy_icon_window;
61
59 int fl_users_count; 62 int fl_users_count;
60 63
61 }; 64 };
62 65
63 MsnListId msn_get_list_id(const char *list); 66 MsnListId msn_get_list_id(const char *list);