dav/system.h

changeset 582
7aec3e6cab1f
parent 581
3f9a9c80a2d2
child 608
3e4c0285a868
equal deleted inserted replaced
581:3f9a9c80a2d2 582:7aec3e6cab1f
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 *); 71 typedef int(*stat_func)(const char*, SYS_STAT *);
72 72
73 void sys_freedirent(SysDirEnt *ent); 73 void sys_freedirent(SysDirEnt *ent);
74 SYS_DIR sys_opendir(const char *path); 74 SYS_DIR sys_opendir(const char *path);
75 SysDirEnt* sys_readdir(SYS_DIR dir); 75 SysDirEnt* sys_readdir(SYS_DIR dir);
76 void sys_closedir(SYS_DIR dir); 76 void sys_closedir(SYS_DIR dir);

mercurial