zlib 0.92

This commit is contained in:
Mark Adler
2011-09-09 23:08:07 -07:00
parent 1c71d8b13b
commit bdde4e09d2
25 changed files with 884 additions and 910 deletions

View File

@@ -18,7 +18,7 @@ extern struct inflate_blocks_state * inflate_blocks_new __P((
extern int inflate_blocks __P((
struct inflate_blocks_state *,
z_stream *,
int)); /* initial return code */
int)); /* initial return code */
extern void inflate_blocks_reset __P((
struct inflate_blocks_state *,