mojave man page for curl_share_cleanup

Query: curl_share_cleanup

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

curl_share_cleanup(3)						  libcurl Manual					     curl_share_cleanup(3)

NAME
curl_share_cleanup - Clean up a shared object
SYNOPSIS
#include <curl/curl.h> CURLSHcode curl_share_cleanup(CURLSH *share_handle);
DESCRIPTION
This function deletes a shared object. The share handle cannot be used anymore when this function has been called.
RETURN VALUE
CURLSHE_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. If an error occurs, then the share object will not be deleted.
SEE ALSO
curl_share_init(3), curl_share_setopt(3) libcurl 7.54.0 February 03, 2016 curl_share_cleanup(3)
Related Man Pages
curl_share_setopt(3) - mojave
libcurl-share(3) - debian
curl_share_setopt(3) - centos
libcurl-share(3) - suse
libcurl-share(3) - posix
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
My first PERL incarnation... Audio Oscillograph
[BASH] eval command not expanding variables as expected.