Remove get encoded block
This commit is contained in:
parent
a0b4fe5433
commit
e3147c10c7
3 changed files with 9 additions and 14 deletions
|
|
@ -85,19 +85,18 @@ typedef struct zip
|
|||
char* start;
|
||||
unsigned int size;
|
||||
|
||||
unsigned short entries;
|
||||
|
||||
char* cd;
|
||||
unsigned int* lfh_off;
|
||||
unsigned int entries;
|
||||
EOCD* eocd;
|
||||
unsigned int* lfh_off;
|
||||
unsigned int* cdh_filename_length;
|
||||
} zip;
|
||||
|
||||
zip init_zip(char* data, int size);
|
||||
void get_eocd(zip* out);
|
||||
void get_cdh(zip* out);
|
||||
|
||||
char* get_encoded_block(zip* in, int n);
|
||||
void deflate(zip* in);
|
||||
|
||||
int get_number_bit_length_code(DHCH* dhch);
|
||||
int get_number_dist_code(DHCH* dhch);
|
||||
int get_number_litteral_code(DHCH* dhch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue