diff options
Diffstat (limited to 'inffast.c')
-rw-r--r-- | inffast.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ | |||
64 | requires strm->avail_out >= 258 for each loop to avoid checking for | 64 | requires strm->avail_out >= 258 for each loop to avoid checking for |
65 | output space. | 65 | output space. |
66 | */ | 66 | */ |
67 | void inflate_fast(strm, start) | 67 | void ZLIB_INTERNAL inflate_fast(strm, start) |
68 | z_streamp strm; | 68 | z_streamp strm; |
69 | unsigned start; /* inflate()'s starting value for strm->avail_out */ | 69 | unsigned start; /* inflate()'s starting value for strm->avail_out */ |
70 | { | 70 | { |