diff options
| author | Miguel <m.i@gmx.at> | 2018-08-20 00:47:53 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-20 00:47:53 +0200 |
| commit | 39100c30b7a16103e75187c9840a79c7df54f3da (patch) | |
| tree | ea54cd41375e3cc38a291dfff47abffbdb468a7e /fs/fs.h | |
| parent | dc5b5d1e5cf82b06fe97ffc8c9374c055e12a748 (diff) | |
schicophrenic cleanup after realizing many fundamental desgin problems!
Diffstat (limited to 'fs/fs.h')
| -rw-r--r-- | fs/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ typedef struct fs_dirent_struct char name[256]; }fs_dirent; -int fs_readdir(const char *name,fs_dirent *dirs,int max); +int fs_readdir(const char *name,fs_dirent *dirs,int max); void fs_mount(multiboot_information *info); // mounts ext2 ramimage from module as root #endif |
