mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
parent
f3176e0be8
commit
af08d642ea
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ CURLSHOPT_SHARE - add data to share
|
||||||
~~~c
|
~~~c
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_SHARE, long type);
|
CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_SHARE, int type);
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ CURLSHOPT_UNSHARE - remove data to share
|
||||||
~~~c
|
~~~c
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_UNSHARE, long type);
|
CURLSHcode curl_share_setopt(CURLSH *share, CURLSHOPT_UNSHARE, int type);
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue