mirror of
https://github.com/curl/curl.git
synced 2026-07-26 06:27:32 +03:00
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:
parent
28dd14aafe
commit
3f8452dde7
4 changed files with 28 additions and 28 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue