Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / KernelLand / Modules / Filesystems / RAMDisk / ramdisk.c
index adfc38a..defa50b 100644 (file)
@@ -16,7 +16,7 @@
 
 // === PROTOTYPES ===
  int   RAMFS_Install(char **Arguments);
-void   RAMFS_Cleanup(void);
+ int   RAMFS_Cleanup(void);
 // --- Mount/Unmount ---
 tVFS_Node      *RAMFS_InitDevice(const char *Device, const char **Options);
 void   RAMFS_Unmount(tVFS_Node *Node);
@@ -65,9 +65,9 @@ int RAMFS_Install(char **Arguments)
        return 0;
 }
 
-void RAMFS_Cleanup(void)
+int RAMFS_Cleanup(void)
 {
-       
+       return 0;
 }
 
 

UCC git Repository :: git.ucc.asn.au