diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:08:07 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:08:07 -0700 |
commit | bdde4e09d21edff02ea5093b7f6eccbf166b272f (patch) | |
tree | a64632a98a6bea6e5df864d6e5b6f2e51ea69c1c /infblock.h | |
parent | 1c71d8b13b54f91ddec361d3053ecce26e6ff761 (diff) | |
download | zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.tar.gz zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.tar.bz2 zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.zip |
zlib 0.92v0.92
Diffstat (limited to 'infblock.h')
-rw-r--r-- | infblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ extern struct inflate_blocks_state * inflate_blocks_new __P(( | |||
18 | extern int inflate_blocks __P(( | 18 | extern int inflate_blocks __P(( |
19 | struct inflate_blocks_state *, | 19 | struct inflate_blocks_state *, |
20 | z_stream *, | 20 | z_stream *, |
21 | int)); /* initial return code */ | 21 | int)); /* initial return code */ |
22 | 22 | ||
23 | extern void inflate_blocks_reset __P(( | 23 | extern void inflate_blocks_reset __P(( |
24 | struct inflate_blocks_state *, | 24 | struct inflate_blocks_state *, |