Install curl-7.21.1.tar.bz2
[msysgit.git] / mingw / share / man / man3 / curl_share_cleanup.3
blob222197cc8303ebb7029dbe91ceb97358e249f39c
1 .\"
2 .TH curl_share_cleanup 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual"
3 .SH NAME
4 curl_share_cleanup - Clean up a shared object
5 .SH SYNOPSIS
6 .B #include <curl/curl.h>
7 .sp
8 .BI "CURLSHcode curl_share_cleanup(CURLSH *" share_handle ");"
9 .ad
10 .SH DESCRIPTION
11 This function deletes a shared object. The share handle cannot be used anymore
12 when this function has been called.
14 .SH RETURN VALUE
15 CURLSHE_OK (zero) means that the option was set properly, non-zero means an
16 error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
17 man page for the full list with descriptions. If an error occurs, then the
18 share object will not be deleted.
19 .SH "SEE ALSO"
20 .BR curl_share_init "(3), " curl_share_setopt "(3)"