aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_getinfo.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-08 22:00:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-08 22:00:42 +0000
commit9c8997cbe4cb0e9e7b5f8eb32ee788851621ffe4 (patch)
treec79481667a8111c7a2f277f1f0ebb707a3d2b6a7 /docs/libcurl/curl_easy_getinfo.3
parentc6efb8252632e8a344c0839e80f4aa830e8a0db2 (diff)
7.19.0 is next
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r--docs/libcurl/curl_easy_getinfo.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index 9837d417d..fc45b01ae 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -164,7 +164,7 @@ Pass a pointer to a char pointer to receive the pointer to a zero-terminated
string holding the IP address of the most recent connection done with this
\fBcurl\fP handle. This string may be IPv6 if that's enabled. Note that you
get a pointer to a memory area that will be re-used at next request so you
-need to copy the string if you want to keep the information. (Added in 7.18.3)
+need to copy the string if you want to keep the information. (Added in 7.19.0)
.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