mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
scripts/singleuse.pl: add more API calls
This commit is contained in:
parent
471dab2da0
commit
0768604196
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue