diff options
Diffstat (limited to 'src/kernel/vfs/root.h')
-rw-r--r-- | src/kernel/vfs/root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/vfs/root.h b/src/kernel/vfs/root.h index f10fb85..3db958d 100644 --- a/src/kernel/vfs/root.h +++ b/src/kernel/vfs/root.h @@ -1,5 +1,5 @@ #pragma once #include <kernel/vfs/request.h> -int vfs_root_accept(struct vfs_request *); +void vfs_root_accept(struct vfs_request *); bool vfs_root_ready(struct vfs_backend *); |