Skip to content
Snippets Groups Projects
Commit 4a555de1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

wrapped the line for PRIVATE nicer

parent d27e4a08
No related branches found
No related tags found
No related merge requests found
......@@ -766,9 +766,9 @@ support only works for FTP. (Added in 7.3)
.SH OTHER OPTIONS
.TP 0.4i
.B CURLOPT_PRIVATE
Pass a char * as parameter, pointing to data that should be
associated with the curl handle. The pointer can be subsequently retrieved using
the CURLINFO_PRIVATE options to curl_easy_getinfo. (Added in 7.10.3)
Pass a char * as parameter, pointing to data that should be associated with
the curl handle. The pointer can be subsequently retrieved using the
CURLINFO_PRIVATE options to curl_easy_getinfo. (Added in 7.10.3)
.PP
.SH RETURN VALUE
CURLE_OK (zero) means that the option was set properly, non-zero means an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment