scripts/singleuse.pl: add more API calls

This commit is contained in:
Daniel Stenberg 2023-05-22 09:00:07 +02:00
parent 471dab2da0
commit 0768604196
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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