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/mount.c | |
| parent | dc5b5d1e5cf82b06fe97ffc8c9374c055e12a748 (diff) | |
schicophrenic cleanup after realizing many fundamental desgin problems!
Diffstat (limited to 'fs/mount.c')
| -rw-r--r-- | fs/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include "mount.h" void mount_add(char *path, void *data, - file (*open)(struct mount_struct*,char *path), + file (*open) (struct mount_struct*,char *path), int (*getdents)(struct mount_struct*, uint32_t file_desciptor, fs_dirent *entries, uint32_t max_count)) { } |
