]> granicus.if.org Git - curl/commitdiff
removed WRITEINFO from here, it's not been supported since 7.4...
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Oct 2001 06:24:27 +0000 (06:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Oct 2001 06:24:27 +0000 (06:24 +0000)
docs/curl_easy_setopt.3

index 07c9ec89afd12182bf687c65de8f02045e91f02e..4203c8833871bcae0393c724a079a69867b15c42 100644 (file)
@@ -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