diff options
Diffstat (limited to '')
-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 *)); |