libpurple/protocols/yahoo/libymsg.h

changeset 34227
6d016a081401
parent 33710
0d7ead568881
child 34235
35b02d591bd9
child 34640
71bf359300e1
--- a/libpurple/protocols/yahoo/libymsg.h	Sun Jun 23 13:19:25 2013 +0200
+++ b/libpurple/protocols/yahoo/libymsg.h	Sun Jun 23 21:35:31 2013 +0200
@@ -240,10 +240,14 @@
 	struct _YchtConn *ycht;
 
 	/**
-	 * This linked list contains PurpleUtilFetchUrlData structs
+	 * This linked list contains PurpleHttpConnection structs
 	 * for when we lookup people profile or photo information.
 	 */
+	GSList *http_reqs;
+
+	/* TODO: remove it */
 	GSList *url_datas;
+
 	GHashTable *xfer_peer_idstring_map;/* Hey, i dont know, but putting this HashTable next to friends gives a run time fault... */
 	GSList *cookies;/* contains all cookies, including _y and _t */
 	PurpleNetworkListenData *listen_data;

mercurial