diff -r 21274e5950af -r 2160585200ac src/server/daemon/vfs.h --- a/src/server/daemon/vfs.h Tue Aug 13 22:14:32 2019 +0200 +++ b/src/server/daemon/vfs.h Thu Oct 31 10:26:35 2019 +0100 @@ -57,6 +57,7 @@ int sys_vfs_stat(VFSContext *ctx, char *path, struct stat *buf); int sys_vfs_fstat(VFSContext *ctx, SYS_FILE fd, struct stat *buf); VFS_DIR sys_vfs_opendir(VFSContext *ctx, char *path); +VFS_DIR sys_vfs_fdopendir(VFSContext *ctx, SYS_FILE fd); int sys_vfs_mkdir(VFSContext *ctx, char *path); int sys_vfs_unlink(VFSContext *ctx, char *path);