Sync with trunk (r48008)
[reactos.git] / lib / 3rdparty / zlib / inffast.c
index a9e584f..2f1d60b 100644 (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 */
 {