X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ab281459f86543c6b8c11ecccc3e743c3d69577e..97901724584e74554916b89dfb8e95dc6497e687:/lunaix-os/includes/lunaix/fs.h diff --git a/lunaix-os/includes/lunaix/fs.h b/lunaix-os/includes/lunaix/fs.h index 539f0a8..4f57e08 100644 --- a/lunaix-os/includes/lunaix/fs.h +++ b/lunaix-os/includes/lunaix/fs.h @@ -341,6 +341,9 @@ vfs_pclose(struct v_file* file, pid_t pid); int vfs_close(struct v_file* file); +void +vfs_free_fd(struct v_fd* fd); + int vfs_fsync(struct v_file* file);