More cpio features

This commit is contained in:
topjohnwu
2017-03-10 04:08:17 +08:00
parent 1e3bcfc8cd
commit 3f3568d8af
11 changed files with 578 additions and 77 deletions

View File

@@ -18,7 +18,7 @@ typedef struct cpio_file {
uint32_t namesize;
// uint32_t check;
char *filename;
void *data;
char *data;
int remove;
} cpio_file;