comparison 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
comparison
equal deleted inserted replaced
477:96d137a6b392 478:b1e80180818a
36 36
37 37
38 typedef struct 38 typedef struct
39 { 39 {
40 int flags; 40 int flags;
41 off_t size; 41 uint64_t size;
42 uint64_t atime, mtime; 42 uint64_t atime, mtime, ctime;
43 } th_stat_data; 43 } th_stat_data;
44 44
45 45
46 char * th_get_home_dir(); 46 char * th_get_home_dir();
47 char * th_get_config_dir(const char *name); 47 char * th_get_config_dir(const char *name);