diff 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
line wrap: on
line diff
--- a/src/protocols/msn/userlist.h	Wed Aug 25 01:35:24 2004 +0000
+++ b/src/protocols/msn/userlist.h	Wed Aug 25 01:43:54 2004 +0000
@@ -56,6 +56,9 @@
 	GList *users;
 	GList *groups;
 
+	GQueue *buddy_icon_requests;
+	int buddy_icon_window;
+
 	int fl_users_count;
 
 };