diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 22:52:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 22:52:17 -0700 |
commit | 913afb9174bb474104049906c1382dec81826424 (patch) | |
tree | 46bb8ca746088f81382b4f33970b9d43c33d9ba3 /infblock.h | |
parent | bcf78a20978d76f64b7cd46d1a4d7a79a578c77b (diff) | |
download | zlib-e097bd52e9ac16fa6dc6e51c0746ba3e240af71f.tar.gz zlib-e097bd52e9ac16fa6dc6e51c0746ba3e240af71f.tar.bz2 zlib-e097bd52e9ac16fa6dc6e51c0746ba3e240af71f.zip |
zlib 0.79v0.79
Diffstat (limited to 'infblock.h')
-rw-r--r-- | infblock.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ struct inflate_blocks_state; | |||
12 | 12 | ||
13 | extern struct inflate_blocks_state * inflate_blocks_new __P(( | 13 | extern struct inflate_blocks_state * inflate_blocks_new __P(( |
14 | z_stream *, | 14 | z_stream *, |
15 | check_func checkfn, /* check function */ | ||
15 | uInt)); /* window size */ | 16 | uInt)); /* window size */ |
16 | 17 | ||
17 | extern int inflate_blocks __P(( | 18 | extern int inflate_blocks __P(( |