mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
scripts/singleuse.pl: add more API calls
This commit is contained in:
parent
471dab2da0
commit
0768604196
@ -150,6 +150,11 @@ my %api = (
|
||||
'curl_url_strerror' => 'API',
|
||||
'curl_version' => 'API',
|
||||
'curl_version_info' => 'API',
|
||||
'curl_easy_header' => 'API',
|
||||
'curl_easy_nextheader' => 'API',
|
||||
'curl_ws_meta' => 'API',
|
||||
'curl_ws_recv' => 'API',
|
||||
'curl_ws_send' => 'API',
|
||||
|
||||
# the following functions are provided globally in debug builds
|
||||
'curl_easy_perform_ev' => 'debug-build',
|
||||
|
Loading…
x
Reference in New Issue
Block a user