From 913afb9174bb474104049906c1382dec81826424 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 22:52:17 -0700 Subject: zlib 0.79 --- infblock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'infblock.h') 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; extern struct inflate_blocks_state * inflate_blocks_new __P(( z_stream *, + check_func checkfn, /* check function */ uInt)); /* window size */ extern int inflate_blocks __P(( -- cgit v1.2.3-55-g6feb