From 19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sun, 19 Jan 2014 22:10:30 +0000 Subject: date: add dummy stime --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index 11edc449e..9f2e192b5 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -302,6 +302,7 @@ struct tm *gmtime_r(const time_t *timep, struct tm *result); struct tm *localtime_r(const time_t *timep, struct tm *result); char *strptime(const char *s, const char *format, struct tm *tm); size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm); +int stime(time_t *t); #define strftime mingw_strftime -- cgit v1.2.3-55-g6feb