zlib 1.2.4.5

This commit is contained in:
Mark Adler
2011-09-09 23:34:55 -07:00
parent a7d70663cf
commit 7301420248
31 changed files with 119 additions and 106 deletions

View File

@@ -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 */
{