From 73014202489f913dbffc91d22089ea8a8920c054 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:34:55 -0700 Subject: zlib 1.2.4.5 --- inffast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inffast.c') diff --git a/inffast.c b/inffast.c index 0a0761f..6c2c361 100644 --- a/inffast.c +++ b/inffast.c @@ -64,7 +64,7 @@ requires strm->avail_out >= 258 for each loop to avoid checking for output space. */ -void inflate_fast(strm, start) +void ZLIB_INTERNAL inflate_fast(strm, start) z_streamp strm; unsigned start; /* inflate()'s starting value for strm->avail_out */ { -- cgit v1.2.3-55-g6feb