summaryrefslogtreecommitdiff
path: root/arch/x86/deflate_quick.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/deflate_quick.c')
-rw-r--r--arch/x86/deflate_quick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/deflate_quick.c b/arch/x86/deflate_quick.c
index 7596f75..2c645b8 100644
--- a/arch/x86/deflate_quick.c
+++ b/arch/x86/deflate_quick.c
@@ -28,7 +28,7 @@
#endif
extern void fill_window_sse(deflate_state *s);
-extern void flush_pending(z_stream *strm);
+extern void flush_pending(PREFIX3(stream) *strm);
static inline long compare258(const unsigned char *const src0, const unsigned char *const src1) {
#ifdef _MSC_VER