tool_filetime: sync dummy macro signature with function prototype

Closes #20265
This commit is contained in:
Patrick Monnerat 2026-01-11 14:04:14 +01:00 committed by Daniel Stenberg
parent c326506115
commit 67d0bfc6c2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -31,7 +31,7 @@ int getfiletime(const char *filename, curl_off_t *stamp);
(defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
void setfiletime(curl_off_t filetime, const char *filename);
#else
#define setfiletime(a, b, c) tool_nop_stmt
#define setfiletime(a, b) tool_nop_stmt
#endif
#endif /* HEADER_CURL_TOOL_FILETIME_H */