mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: passthrough-fuse: windows-posix layer
This commit is contained in:
@ -59,6 +59,6 @@ int rmdir(const char *path);
|
||||
|
||||
DIR *opendir(const char *path);
|
||||
struct dirent *readdir(DIR *dirp);
|
||||
int closedir(DIR *dp);
|
||||
int closedir(DIR *dirp);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user