mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
tests: constify command-line arguments
For libtests, tunits, units. Also: - lib3033: tidy up headers. - lib/netrc: constify an arg in `Curl_parsenetrc()`. Closes #18076
This commit is contained in:
parent
3407bee8c8
commit
cd586149d5
292 changed files with 347 additions and 346 deletions
|
|
@ -82,7 +82,7 @@ static int verify(const char *info, const char *two)
|
|||
return strncmp(info, two, nl - info);
|
||||
}
|
||||
|
||||
static CURLcode test_unit1652(char *arg)
|
||||
static CURLcode test_unit1652(const char *arg)
|
||||
{
|
||||
struct Curl_easy *easy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue