mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-21 15:18:37 +00:00
More cpio features
This commit is contained in:
@@ -18,7 +18,7 @@ typedef struct cpio_file {
|
||||
uint32_t namesize;
|
||||
// uint32_t check;
|
||||
char *filename;
|
||||
void *data;
|
||||
char *data;
|
||||
int remove;
|
||||
} cpio_file;
|
||||
|
||||
|
Reference in New Issue
Block a user