diff options
Diffstat (limited to 'infutil.h')
-rw-r--r-- | infutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
92 | extern int inflate_flush OF(( | 92 | extern int inflate_flush OF(( |
93 | inflate_blocks_statef *, | 93 | inflate_blocks_statef *, |
94 | z_stream *, | 94 | z_streamp , |
95 | int)); | 95 | int)); |
96 | 96 | ||
97 | struct internal_state {int dummy;}; /* for buggy compilers */ | 97 | struct internal_state {int dummy;}; /* for buggy compilers */ |