chore: bump deps
This commit is contained in:
14
deps/curl/docs/libcurl/curl_share_cleanup.md
vendored
14
deps/curl/docs/libcurl/curl_share_cleanup.md
vendored
@ -7,11 +7,14 @@ Source: libcurl
|
||||
See-also:
|
||||
- curl_share_init (3)
|
||||
- curl_share_setopt (3)
|
||||
Protocol:
|
||||
- All
|
||||
Added-in: 7.10
|
||||
---
|
||||
|
||||
# NAME
|
||||
|
||||
curl_share_cleanup - Clean up a shared object
|
||||
curl_share_cleanup - close a shared object
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
@ -29,6 +32,11 @@ when this function has been called.
|
||||
Passing in a NULL pointer in *share_handle* makes this function return
|
||||
immediately with no action.
|
||||
|
||||
Any use of the **share_handle** after this function has been called and have
|
||||
returned, is illegal.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
||||
~~~c
|
||||
@ -42,9 +50,7 @@ int main(void)
|
||||
}
|
||||
~~~
|
||||
|
||||
# AVAILABILITY
|
||||
|
||||
Added in 7.10
|
||||
# %AVAILABILITY%
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
|
Reference in New Issue
Block a user