aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-11 06:24:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-11 06:24:27 +0000
commit6bc85a94f9e3713951386037383104dd8261e5ee (patch)
treea488917e9b3cd7333c5cd7b6ecab7da50c8e8c0e /docs/curl_easy_setopt.3
parent71bf8a6985a6d421bb4b1a0f4048e25634995876 (diff)
removed WRITEINFO from here, it's not been supported since 7.4...
Diffstat (limited to 'docs/curl_easy_setopt.3')
-rw-r--r--docs/curl_easy_setopt.37
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index 07c9ec89a..4203c8833 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