aboutsummaryrefslogtreecommitdiff
path: root/infutil.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 22:52:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 22:52:17 -0700
commit913afb9174bb474104049906c1382dec81826424 (patch)
tree46bb8ca746088f81382b4f33970b9d43c33d9ba3 /infutil.h
parentbcf78a20978d76f64b7cd46d1a4d7a79a578c77b (diff)
downloadzlib-e097bd52e9ac16fa6dc6e51c0746ba3e240af71f.tar.gz
zlib-e097bd52e9ac16fa6dc6e51c0746ba3e240af71f.tar.bz2
zlib-e097bd52e9ac16fa6dc6e51c0746ba3e240af71f.zip
zlib 0.79v0.79
Diffstat (limited to 'infutil.h')
-rw-r--r--infutil.h1
1 files changed, 1 insertions, 0 deletions
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 {
47 Byte *end; /* one byte after sliding window */ 47 Byte *end; /* one byte after sliding window */
48 Byte *read; /* window read pointer */ 48 Byte *read; /* window read pointer */
49 Byte *write; /* window write pointer */ 49 Byte *write; /* window write pointer */
50 check_func checkfn; /* check function */
50 uLong check; /* check on output */ 51 uLong check; /* check on output */
51 52
52}; 53};