dav/system.h

changeset 581
3f9a9c80a2d2
parent 578
bb1e60fada74
child 582
7aec3e6cab1f
--- a/dav/system.h	Sun Apr 21 09:54:47 2019 +0200
+++ b/dav/system.h	Sun Apr 21 10:46:13 2019 +0200
@@ -68,6 +68,8 @@
 #define SYS_STAT struct stat
 #endif
 
+typedef int(stat_func)(const char*, SYS_STAT *);
+
 void sys_freedirent(SysDirEnt *ent);
 SYS_DIR sys_opendir(const char *path);
 SysDirEnt* sys_readdir(SYS_DIR dir);

mercurial