zlib 0.79

This commit is contained in:
Mark Adler
2011-09-09 22:52:17 -07:00
parent bcf78a2097
commit 913afb9174
23 changed files with 559 additions and 140 deletions

View File

@@ -12,6 +12,7 @@ struct inflate_blocks_state;
extern struct inflate_blocks_state * inflate_blocks_new __P((
z_stream *,
check_func checkfn, /* check function */
uInt)); /* window size */
extern int inflate_blocks __P((