]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/mingw.h
Sync with 2.16.6
[thirdparty/git.git] / compat / mingw.h
index 17064665d9400ce607abbc3c817b9fc57e4dbdca..5b43e6557e17a92688d1c51143ee205dc6be176a 100644 (file)
@@ -361,6 +361,9 @@ int mingw_fstat(int fd, struct stat *buf);
 
 int mingw_utime(const char *file_name, const struct utimbuf *times);
 #define utime mingw_utime
+size_t mingw_strftime(char *s, size_t max,
+                  const char *format, const struct tm *tm);
+#define strftime mingw_strftime
 
 pid_t mingw_spawnvpe(const char *cmd, const char **argv, char **env,
                     const char *dir,