summaryrefslogtreecommitdiff
path: root/src/tool_filetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_filetime.h')
-rw-r--r--src/tool_filetime.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/tool_filetime.h b/src/tool_filetime.h
index 6c0c44207..c3663617b 100644
--- a/src/tool_filetime.h
+++ b/src/tool_filetime.h
@@ -25,15 +25,11 @@
***************************************************************************/
#include "tool_setup.h"
-struct GlobalConfig;
-
-int getfiletime(const char *filename, struct GlobalConfig *global,
- curl_off_t *stamp);
+int getfiletime(const char *filename, curl_off_t *stamp);
#if defined(HAVE_UTIME) || defined(HAVE_UTIMES) || \
(defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
-void setfiletime(curl_off_t filetime, const char *filename,
- struct GlobalConfig *global);
+void setfiletime(curl_off_t filetime, const char *filename);
#else
#define setfiletime(a,b,c) tool_nop_stmt
#endif