]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_filetime: sync dummy macro signature with function prototype
authorPatrick Monnerat <patrick@monnerat.net>
Sun, 11 Jan 2026 13:04:14 +0000 (14:04 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jan 2026 15:29:32 +0000 (16:29 +0100)
Closes #20265

src/tool_filetime.h

index fedb7a19579201cd107d6bd5385adc4dacdaf7e8..d28242027e76f0f2ec98e0e9f0f37340bda8fe6b 100644 (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 */