dav/system.h

changeset 581
3f9a9c80a2d2
parent 578
bb1e60fada74
child 582
7aec3e6cab1f
equal deleted inserted replaced
580:caf23cf7f96d 581:3f9a9c80a2d2
66 66
67 #define SYS_DIR SysDir* 67 #define SYS_DIR SysDir*
68 #define SYS_STAT struct stat 68 #define SYS_STAT struct stat
69 #endif 69 #endif
70 70
71 typedef int(stat_func)(const char*, SYS_STAT *);
72
71 void sys_freedirent(SysDirEnt *ent); 73 void sys_freedirent(SysDirEnt *ent);
72 SYS_DIR sys_opendir(const char *path); 74 SYS_DIR sys_opendir(const char *path);
73 SysDirEnt* sys_readdir(SYS_DIR dir); 75 SysDirEnt* sys_readdir(SYS_DIR dir);
74 void sys_closedir(SYS_DIR dir); 76 void sys_closedir(SYS_DIR dir);
75 77

mercurial