Archive file support

This commit is contained in:
2019-12-13 10:53:51 -05:00
parent 9778acda77
commit be23201210
40 changed files with 879 additions and 434 deletions

View File

@@ -14,6 +14,8 @@ typedef struct scan_args {
char *name;
int depth;
char *path;
char *archive;
archive_mode_t archive_mode;
} scan_args_t;
scan_args_t *scan_args_create();