commit | a6d6315b46c3847f0a65e7e0cd5a5744d1e995a2 | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <src@posteo.de> | Mon Jan 29 13:43:40 2024 +0000 |
committer | Thomas Heijligen <src@posteo.de> | Mon Jan 29 13:43:59 2024 +0000 |
tree | 50306271d551de4efa835a3a3e6d13ba46ca1a5e | |
parent | cc960f2580843e2341e41ffba99f823f956e141d [diff] [blame] |
Add NullFS Signed-off-by: Thomas Heijligen <src@posteo.de>
diff --git a/src/vfs.h b/src/vfs.h index cff04cd..a40bb7e 100644 --- a/src/vfs.h +++ b/src/vfs.h
@@ -28,6 +28,10 @@ void file_close(void); +int nullfs_mount(void); +int nullfs_read(char*, int); +int nullfs_dir(char*); + int ext2fs_mount(void); int ext2fs_read(char *buf, int len); int ext2fs_dir(char *path);