libpurple/protocols/yahoo/yahoo.h

branch
release-2.5.7
changeset 25765
b2e8fd04620e
parent 25764
0d1539fcda94
child 25786
58ffaaea5f49
child 27361
62f1aa8045bb
--- a/libpurple/protocols/yahoo/yahoo.h	Fri Jun 19 01:37:33 2009 +0000
+++ b/libpurple/protocols/yahoo/yahoo.h	Fri Jun 19 20:34:02 2009 +0000
@@ -271,4 +271,9 @@
 gboolean yahoo_send_attention(PurpleConnection *gc, const char *username, guint type);
 GList *yahoo_attention_types(PurpleAccount *account);
 
+/* This is a hack for 2.5.7 to get the y16 login to work properly with http proxies */
+PurpleUtilFetchUrlData * purple_util_fetch_url_request_len_with_account(PurpleAccount *account,
+		const char *url, gboolean full, const char *user_agent, gboolean http11,
+		const char *request, gboolean include_headers, gssize max_len,
+		PurpleUtilFetchUrlCallback callback, void *user_data);
 #endif /* _YAHOO_H_ */

mercurial