--- 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;