summaryrefslogtreecommitdiff
path: root/inffast.h
diff options
context:
space:
mode:
Diffstat (limited to 'inffast.h')
-rw-r--r--inffast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inffast.h b/inffast.h
index 2c05820..ad3cf97 100644
--- a/inffast.h
+++ b/inffast.h
@@ -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
11extern int inflate_fast __P(( 11extern 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 *));