diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:09:18 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:09:18 -0700 |
commit | 23c69f10698301ae97709eb0bbfb371d66b99a08 (patch) | |
tree | 1956b671b3df8d12c315a38f33b190677ccd659e /inffast.h | |
parent | 6b834a58bdef976383cff6e2a83f353e668a9cf1 (diff) | |
download | zlib-23c69f10698301ae97709eb0bbfb371d66b99a08.tar.gz zlib-23c69f10698301ae97709eb0bbfb371d66b99a08.tar.bz2 zlib-23c69f10698301ae97709eb0bbfb371d66b99a08.zip |
zlib 0.94v0.94
Diffstat (limited to 'inffast.h')
-rw-r--r-- | inffast.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ | |||
8 | subject to change. Applications should only use zlib.h. | 8 | subject to change. Applications should only use zlib.h. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | extern int inflate_fast __P(( | 11 | extern int inflate_fast OF(( |
12 | uInt, | 12 | uInt, |
13 | uInt, | 13 | uInt, |
14 | inflate_huft *, | 14 | inflate_huft *, |
15 | inflate_huft *, | 15 | inflate_huft *, |
16 | struct inflate_blocks_state *, | 16 | inflate_blocks_statef *, |
17 | z_stream *)); | 17 | z_stream *)); |