From 39100c30b7a16103e75187c9840a79c7df54f3da Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 20 Aug 2018 00:47:53 +0200 Subject: schicophrenic cleanup after realizing many fundamental desgin problems! --- fs/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/fs.h') diff --git a/fs/fs.h b/fs/fs.h index b90b4f1..aa38180 100644 --- a/fs/fs.h +++ b/fs/fs.h @@ -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 -- cgit v1.2.3