Free some strucs
This commit is contained in:
parent
e4d37542bb
commit
a38b5d4ec4
4 changed files with 17 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ typedef struct zip
|
|||
} zip;
|
||||
|
||||
zip init_zip(char* data, int size);
|
||||
void free_zip(zip z);
|
||||
|
||||
void get_eocd(zip* out);
|
||||
void get_cdh(zip* out);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue