From: Daniel Stenberg Date: Mon, 22 May 2023 07:00:07 +0000 (+0200) Subject: scripts/singleuse.pl: add more API calls X-Git-Tag: curl-8_1_2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0768604196b0f2c1b01b1b3e57fe79615b42a20f;p=thirdparty%2Fcurl.git scripts/singleuse.pl: add more API calls --- diff --git a/scripts/singleuse.pl b/scripts/singleuse.pl index fdf4857215..3ed171a3e7 100755 --- a/scripts/singleuse.pl +++ b/scripts/singleuse.pl @@ -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',