This commit is contained in:
Mark Adler
2011-09-09 23:03:14 -07:00
parent 913afb9174
commit 4ca984fb44
21 changed files with 185 additions and 352 deletions

View File

@@ -11,9 +11,9 @@
struct inflate_blocks_state;
extern struct inflate_blocks_state * inflate_blocks_new __P((
z_stream *,
check_func checkfn, /* check function */
uInt)); /* window size */
z_stream *z,
check_func c, /* check function */
uInt w)); /* window size */
extern int inflate_blocks __P((
struct inflate_blocks_state *,
@@ -23,5 +23,4 @@ extern int inflate_blocks __P((
extern int inflate_blocks_free __P((
struct inflate_blocks_state *,
z_stream *,
uLong *, /* check value on output */
int *)); /* possible leftover byte to return */
uLong *)); /* check value on output */