zlib 1.0.4
This commit is contained in:
@@ -14,14 +14,14 @@ typedef struct inflate_codes_state FAR inflate_codes_statef;
|
||||
extern inflate_codes_statef *inflate_codes_new OF((
|
||||
uInt, uInt,
|
||||
inflate_huft *, inflate_huft *,
|
||||
z_stream *));
|
||||
z_streamp ));
|
||||
|
||||
extern int inflate_codes OF((
|
||||
inflate_blocks_statef *,
|
||||
z_stream *,
|
||||
z_streamp ,
|
||||
int));
|
||||
|
||||
extern void inflate_codes_free OF((
|
||||
inflate_codes_statef *,
|
||||
z_stream *));
|
||||
z_streamp ));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user