]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/singleuse.pl: add more API calls
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 May 2023 07:00:07 +0000 (09:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 May 2023 09:08:51 +0000 (11:08 +0200)
scripts/singleuse.pl

index fdf4857215593834fcc684c9d7af90ab00afc5a2..3ed171a3e79e8287aaa2d717ae2a0e99f7ab7ef5 100755 (executable)
@@ -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',