diff th_file.h @ 478:b1e80180818a

Improve th_stat_path() some more and fix Windows issues.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 09:25:51 +0300
parents 77d1af382e08
children e4ce60239d16
line wrap: on
line diff
--- a/th_file.h	Mon Jul 09 08:06:45 2018 +0300
+++ b/th_file.h	Mon Jul 09 09:25:51 2018 +0300
@@ -38,8 +38,8 @@
 typedef struct
 {
     int flags;
-    off_t size;
-    uint64_t atime, mtime;
+    uint64_t size;
+    uint64_t atime, mtime, ctime;
 } th_stat_data;