mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
parent
f3176e0be8
commit
af08d642ea
@ -23,7 +23,7 @@ CURLSHOPT_SHARE - add data to share
|
||||
~~~c
|
||||
#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
|
||||
|
||||
@ -23,7 +23,7 @@ CURLSHOPT_UNSHARE - remove data to share
|
||||
~~~c
|
||||
#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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user