aboutsummaryrefslogtreecommitdiff
path: root/infutil.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:02 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:02 -0700
commitff11b0a61f7345572ff2e413173d3179486162f2 (patch)
treef3c9e2563c4f0ac6684a0012ad48423d4c6aa798 /infutil.h
parente26a448e9673d67dc2866e11a48d24fc352e5f80 (diff)
downloadzlib-ff11b0a61f7345572ff2e413173d3179486162f2.tar.gz
zlib-ff11b0a61f7345572ff2e413173d3179486162f2.tar.bz2
zlib-ff11b0a61f7345572ff2e413173d3179486162f2.zip
zlib 1.0.4v1.0.4
Diffstat (limited to 'infutil.h')
-rw-r--r--infutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/infutil.h b/infutil.h
index ff7ac15..702cd29 100644
--- a/infutil.h
+++ b/infutil.h
@@ -91,7 +91,7 @@ extern uInt inflate_mask[17];
91/* copy as much as possible from the sliding window to the output area */ 91/* copy as much as possible from the sliding window to the output area */
92extern int inflate_flush OF(( 92extern int inflate_flush OF((
93 inflate_blocks_statef *, 93 inflate_blocks_statef *,
94 z_stream *, 94 z_streamp ,
95 int)); 95 int));
96 96
97struct internal_state {int dummy;}; /* for buggy compilers */ 97struct internal_state {int dummy;}; /* for buggy compilers */