# HG changeset patch # User Mark Doliner # Date 1313947697 0 # Node ID 161df36133aeda7b336259f4a38c0c30db0f8fd5 # Parent 6af7a00a665862bbc6754e90355cb0778bae8a08 Add this @deprecated flag back in here so we know this still needs work diff -r 6af7a00a6658 -r 161df36133ae libpurple/util.h --- a/libpurple/util.h Sun Aug 21 08:03:38 2011 +0000 +++ b/libpurple/util.h Sun Aug 21 17:28:17 2011 +0000 @@ -1177,6 +1177,7 @@ * @param max_len The maximum number of bytes to retrieve (-1 for unlimited) * @param callback The callback function. * @param data The user data to pass to the callback function. + * @deprecated In 3.0.0, we'll rename this to "purple_util_fetch_url_request" and get rid of the old one */ PurpleUtilFetchUrlData *purple_util_fetch_url_request_len( PurpleAccount *account, const gchar *url,