mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
build: move curl stat struct type to the curlx namespace
To match surrounding curlx symbols and functions.
Follow-up to a84b041281 #20496
Closes #20508
This commit is contained in:
parent
fdca2e0fd3
commit
443a539fcf
18 changed files with 30 additions and 30 deletions
|
|
@ -2208,7 +2208,7 @@ static ParameterError existingfile(char **store,
|
|||
const struct LongShort *a,
|
||||
const char *filename)
|
||||
{
|
||||
curl_struct_stat info;
|
||||
curlx_struct_stat info;
|
||||
if(curlx_stat(filename, &info)) {
|
||||
errorf("The file '%s' provided to --%s does not exist",
|
||||
filename, a->lname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue