7.19.0 is next
This commit is contained in:
parent
c6efb82526
commit
9c8997cbe4
@ -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
|
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
|
\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
|
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
|
.IP CURLINFO_COOKIELIST
|
||||||
Pass a pointer to a 'struct curl_slist *' to receive a linked-list of all
|
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
|
cookies cURL knows (expired ones, too). Don't forget to
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
.\" * $Id$
|
.\" * $Id$
|
||||||
.\" **************************************************************************
|
.\" **************************************************************************
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_setopt 3 "5 Jan 2008" "libcurl 7.18.0" "libcurl Manual"
|
.TH curl_easy_setopt 3 "5 Jan 2008" "libcurl 7.19.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
curl_easy_setopt \- set options for a curl easy handle
|
curl_easy_setopt \- set options for a curl easy handle
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Loading…
Reference in New Issue
Block a user