libpurple/protocols/jabber/jabber.h

changeset 24012
913d6f18cb95
parent 23975
8ee397f04ca9
child 24679
1b6b57d5b4e1
child 24714
2ba5d09cf046
child 25290
033942580f51
child 26117
69b9346d3e48
--- a/libpurple/protocols/jabber/jabber.h	Fri Aug 08 23:34:27 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sat Aug 09 01:58:27 2008 +0000
@@ -236,6 +236,11 @@
 	PurpleSrvResponse *srv_rec;
 	guint srv_rec_idx;
 	guint max_srv_rec_idx;
+	/**
+	 * This linked list contains PurpleUtilFetchUrlData structs
+	 * for when we lookup buddy icons from a url
+	 */
+	GSList *url_datas;
 };
 
 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace);

mercurial