commit | fcd5f0e1c8ad29f2e58d798f10856920266f723e | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.huber@secunet.com> | Tue Jan 23 16:22:29 2024 +0100 |
committer | Nico Huber <nico.huber@secunet.com> | Tue Jan 23 16:22:29 2024 +0100 |
tree | cdc326667e98475a97b6d41efacea0bcb325755a | |
parent | 43314489225afec6964e54a18b449efd8ef06651 [diff] [blame] |
Hook ext2fs up in vfs.c
diff --git a/src/vfs.h b/src/vfs.h index 865b73b..d811def 100644 --- a/src/vfs.h +++ b/src/vfs.h
@@ -28,4 +28,8 @@ void file_close(void); +int ext2fs_mount(void); +int ext2fs_read(char *buf, int len); +int ext2fs_dir(char *path); + #endif /* VFS_H */