summaryrefslogtreecommitdiff
path: root/infblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'infblock.h')
-rw-r--r--infblock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/infblock.h b/infblock.h
index f70c471..a21d730 100644
--- a/infblock.h
+++ b/infblock.h
@@ -12,6 +12,7 @@ struct inflate_blocks_state;
12 12
13extern struct inflate_blocks_state * inflate_blocks_new __P(( 13extern 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
17extern int inflate_blocks __P(( 18extern int inflate_blocks __P((