aboutsummaryrefslogtreecommitdiff
path: root/inffast.c
diff options
context:
space:
mode:
Diffstat (limited to 'inffast.c')
-rw-r--r--inffast.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/inffast.c b/inffast.c
index 1fec7f3..9354676 100644
--- a/inffast.c
+++ b/inffast.c
@@ -47,10 +47,7 @@
47 requires strm->avail_out >= 258 for each loop to avoid checking for 47 requires strm->avail_out >= 258 for each loop to avoid checking for
48 output space. 48 output space.
49 */ 49 */
50void ZLIB_INTERNAL inflate_fast(strm, start) 50void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) {
51z_streamp strm;
52unsigned start; /* inflate()'s starting value for strm->avail_out */
53{
54 struct inflate_state FAR *state; 51 struct inflate_state FAR *state;
55 z_const unsigned char FAR *in; /* local strm->next_in */ 52 z_const unsigned char FAR *in; /* local strm->next_in */
56 z_const unsigned char FAR *last; /* have enough input while in < last */ 53 z_const unsigned char FAR *last; /* have enough input while in < last */