tool_formparse.c: make curlx_uztoso a static in here

And drop the prefix. This function was not use elsewhere and it should
certainly not be present in libcurl code when not used in the library.

Closes #15796
This commit is contained in:
Daniel Stenberg 2024-12-21 12:50:01 +01:00
parent 28dd14aafe
commit 3f8452dde7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 28 additions and 28 deletions

View file

@ -42,7 +42,6 @@ if($ARGV[0] eq "--unit") {
my $file = $ARGV[0];
my %wl = (
'curlx_uztoso' => 'cmdline tool use',
'Curl_xfer_write_resp' => 'internal api',
'Curl_creader_def_init' => 'internal api',
'Curl_creader_def_close' => 'internal api',