From: Daniel Stenberg Date: Thu, 11 Oct 2001 06:24:27 +0000 (+0000) Subject: removed WRITEINFO from here, it's not been supported since 7.4... X-Git-Tag: curl-7_9_1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc85a94f9e3713951386037383104dd8261e5ee;p=thirdparty%2Fcurl.git removed WRITEINFO from here, it's not been supported since 7.4... --- diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3 index 07c9ec89af..4203c88338 100644 --- a/docs/curl_easy_setopt.3 +++ b/docs/curl_easy_setopt.3 @@ -381,13 +381,6 @@ krb4 awareness. This is a string, 'clear', 'safe', 'confidential' or will be used. Set the string to NULL to disable kerberos4. The kerberos support only works for FTP. (Added in libcurl 7.3) .TP -.B CURLOPT_WRITEINFO -(NOT PRESENT IN 7.4 or later!) -Pass a pointer to a zero terminated string as parameter. It will be used to -report information after a successful request. This string may contain -variables that will be substituted by their contents when output. Described -elsewhere. -.TP .B CURLOPT_PROGRESSFUNCTION Function pointer that should match the .BI curl_progress_callback