diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-25 07:06:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-25 07:06:15 +0000 |
commit | 573350637ef63a39740e46b1abac711f91e4b52c (patch) | |
tree | 332d53dfb33ab4d51a9880748f0eb11b6c0b1a21 /docs | |
parent | 49a16f7121768621de0a99f0a52c9576ccbadf1e (diff) |
CURLINFO_COOKIELIST is added in 7.14.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 27fca27e6..75b93e3a5 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -137,10 +137,10 @@ to make persistent connections to save time. (Added in 7.12.3) .IP CURLINFO_COOKIELIST Pass a pointer to a 'struct curl_slist *' to receive a linked-list of all cookies cURL knows (expired ones, too). Don't forget to -\fIcurl_slist_free_all(3)\fP the list after it has been used. -If there are no cookies (cookies for the handle have not been enabled or -simply none have been received) 'struct curl_slist *' will be set to -point to NULL. +\fIcurl_slist_free_all(3)\fP the list after it has been used. If there are no +cookies (cookies for the handle have not been enabled or simply none have been +received) 'struct curl_slist *' will be set to point to NULL. (Added in +7.14.1) .SH RETURN VALUE If the operation was successful, CURLE_OK is returned. Otherwise an appropriate error code will be returned. |