Fixed issue with adding, adding is now fully functional, added testing for removing
This commit is contained in:
@@ -7,6 +7,7 @@ void AddFileToFS(FileSystem* fs, char* fname);
|
||||
void ListFS(FileSystem* fs);
|
||||
void _ListFS_(FileSystem* fs, ino_t inodeNumber, short unsigned numtabs);
|
||||
void RemoveFileFromFS(FileSystem* fs, char* fname);
|
||||
int _RemoveFileFromFS_(FileSystem* fs, ino_t inodeNumber, char* fname);
|
||||
void ExtractFileFromFS(FileSystem* fs, char* fname);
|
||||
|
||||
ino_t GetFreeInodeNumber(Inode inodes[]);
|
||||
|
||||
Reference in New Issue
Block a user