]> git.lizzy.rs Git - zlib.git/blobdiff - infblock.h
zlib 0.79
[zlib.git] / infblock.h
index f70c471f2bf49c7a2fb780f6de113e7a68d37deb..a21d73008c4f1a6d2e08d01b08bbe520ee7eddf1 100644 (file)
@@ -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((