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 --- infutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'infutil.h') diff --git a/infutil.h b/infutil.h index af07372..30b230d 100644 --- a/infutil.h +++ b/infutil.h @@ -47,6 +47,7 @@ struct inflate_blocks_state { Byte *end; /* one byte after sliding window */ Byte *read; /* window read pointer */ Byte *write; /* window write pointer */ + check_func checkfn; /* check function */ uLong check; /* check on output */ }; -- cgit v1.2.3-55-g6feb