mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +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
|
|
@ -122,7 +122,7 @@ static struct tool_mime *tool_mime_new_filedata(struct tool_mime *parent,
|
|||
char *data = NULL;
|
||||
curl_off_t size;
|
||||
curl_off_t origin;
|
||||
curl_struct_stat sbuf;
|
||||
curlx_struct_stat sbuf;
|
||||
|
||||
CURLX_SET_BINMODE(stdin);
|
||||
origin = ftell(stdin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue