diff options
Diffstat (limited to 'deflate_p.h')
-rw-r--r-- | deflate_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate_p.h b/deflate_p.h index f5e8e4c..02fbf66 100644 --- a/deflate_p.h +++ b/deflate_p.h @@ -20,7 +20,7 @@ void check_match(deflate_state *s, IPos start, IPos match, int length); #else #define check_match(s, start, match, length) #endif -void flush_pending(z_stream *strm); +void flush_pending(PREFIX3(stream) *strm); /* =========================================================================== * Insert string str in the dictionary and set match_head to the previous head |