Get eocd and cdh entries
This commit is contained in:
parent
8bb984e61a
commit
f24444a7b1
2 changed files with 27 additions and 6 deletions
|
|
@ -68,7 +68,8 @@ typedef struct zip
|
|||
EOCD* eocd;
|
||||
} zip;
|
||||
|
||||
void find_cdh(raw* raw, zip* out);
|
||||
void get_eocd(raw* raw, zip* out);
|
||||
void get_cdh(raw* raw, zip* out);
|
||||
void parse_zip(char* filename, zip* out);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue