chore: bump deps

This commit is contained in:
Rim
2025-04-29 03:15:39 -04:00
parent 8c194d2fe3
commit 7241d52ef1
2578 changed files with 85779 additions and 79896 deletions

View File

@ -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