Cleaned up function names
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
extern unsigned char* fs;
|
||||
|
||||
void mapfs(int fd);
|
||||
void unmapfs();
|
||||
void formatfs();
|
||||
void loadfs();
|
||||
void lsfs();
|
||||
void addfilefs(char* fname);
|
||||
void removefilefs(char* fname);
|
||||
void extractfilefs(char* fname);
|
||||
void MapFS(int fd);
|
||||
void UnmapFS();
|
||||
void FormatFS();
|
||||
void LoadFS();
|
||||
void ListFS();
|
||||
void AddFileToFS(char* fname);
|
||||
void RemoveFileFromFS(char* fname);
|
||||
void ExtractFileFromFS(char* fname);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user