CURLINFO_COOKIELIST is added in 7.14.1
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Aug 2005 07:06:15 +0000 (07:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Aug 2005 07:06:15 +0000 (07:06 +0000)
docs/libcurl/curl_easy_getinfo.3

index 27fca27e687e3b0073def4077acf37ad19242a00..75b93e3a58c7cae8737ec9a24cd48e06701cb7e4 100644 (file)
@@ -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.