diff src/protocols/jabber/jabber.h @ 10941:cef48e318125

[gaim-migrate @ 12731] sick of having my tree be so far out of sync...here's all my jabber stuff most notable is the "iChat" buddy icon support committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 26 May 2005 04:13:06 +0000
parents 4e7249591251
children 1e756e251dc3
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Thu May 26 03:54:25 2005 +0000
+++ b/src/protocols/jabber/jabber.h	Thu May 26 04:13:06 2005 +0000
@@ -97,6 +97,7 @@
 	gboolean registration;
 
 	char *avatar_hash;
+	GSList *pending_avatar_requests;
 } JabberStream;
 
 void jabber_process_packet(JabberStream *js, xmlnode *packet);