Add and List fully functional with testing

This commit is contained in:
2022-11-10 21:36:19 -06:00
parent ff37c5e208
commit df97ff36d9
3 changed files with 70 additions and 52 deletions
+1
View File
@@ -25,6 +25,7 @@ int IsFileArchived(char* archiveName, char* filename);
void AddToArchive(char* archiveName, char* filename);
void RemoveFromArchive(char* archiveName, char* filename);
void ListArchive(char* archiveName);
int Test_ListArchive(char* archiveName);
void ExtractArchive(char* argv[]);
#endif