mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
minor edit of the PRIVATE option
This commit is contained in:
parent
ea53aed841
commit
bff59dac12
@ -803,8 +803,9 @@ support only works for FTP.
|
|||||||
.SH OTHER OPTIONS
|
.SH OTHER OPTIONS
|
||||||
.IP CURLOPT_PRIVATE
|
.IP CURLOPT_PRIVATE
|
||||||
Pass a char * as parameter, pointing to data that should be associated with
|
Pass a char * as parameter, pointing to data that should be associated with
|
||||||
the curl handle. The pointer can be subsequently retrieved using the
|
this curl handle. The pointer can subsequently be retrieved using
|
||||||
CURLINFO_PRIVATE options to curl_easy_getinfo. (Added in 7.10.3)
|
\fIcurl_easy_getinfo\fP with the CURLINFO_PRIVATE option. libcurl itself does
|
||||||
|
nothing with this data. (Added in 7.10.3)
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
CURLE_OK (zero) means that the option was set properly, non-zero means an
|
CURLE_OK (zero) means that the option was set properly, non-zero means an
|
||||||
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
|
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user