aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-03 22:06:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-03 22:06:26 +0000
commite012d32e667fb4f83091d6972b9c3637b73f55e2 (patch)
tree18cf3bcd5f6313a60ce4fdccf7b9465db4770108 /docs/curl_easy_setopt.3
parent763797ab3cf0480e4c7ac648588e16d3283130a1 (diff)
documented writeinfo as removed in 7.4
Diffstat (limited to 'docs/curl_easy_setopt.3')
-rw-r--r--docs/curl_easy_setopt.31
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index 63f1f413c..a88183832 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -330,6 +330,7 @@ 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