![]() |
![]()
| ![]() |
![]()
NAMEcurl_share_setopt - set options for a shared object SYNOPSIS#include <curl/curl.h> CURLSHcode curl_share_setopt(CURLSH *share, CURLSHoption option, parameter); DESCRIPTIONSet the option to parameter for the given share. OPTIONS
PROTOCOLSThis functionality affects all supported protocols EXAMPLEint main(void) { AVAILABILITYAdded in curl 7.10 RETURN VALUECURLSHE_OK (zero) means that the option was set properly, non-zero means an error occurred as <curl/curl.h> defines. See the libcurl-errors(3) man page for the full list with descriptions. SEE ALSOcurl_share_cleanup(3), curl_share_init(3)
|