summaryrefslogtreecommitdiff
path: root/deflate_quick.c
diff options
context:
space:
mode:
authorMartin O. Pollard <mp15@sanger.ac.uk>2014-06-10 13:53:05 +0100
committerJim Kukunas <james.t.kukunas@linux.intel.com>2014-07-26 15:53:17 -0700
commited145f4cf0f3a9f7e5ba4deb637afd2c87d173a1 (patch)
tree00b896049fd5ff47e5f8bb351f6f7c4707673bee /deflate_quick.c
parent308be56e4765f82cf1a67079fafe847de2c75240 (diff)
Add forward declarations for fill_window_sse and flush_pending to deflate_quick.c.
Diffstat (limited to 'deflate_quick.c')
-rw-r--r--deflate_quick.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deflate_quick.c b/deflate_quick.c
index 63a407b..ad97098 100644
--- a/deflate_quick.c
+++ b/deflate_quick.c
@@ -16,6 +16,9 @@
#include "deflate.h"
#include <immintrin.h>
+extern void fill_window_sse(deflate_state *s);
+extern void flush_pending OF((z_streamp strm));
+
local inline long compare258(z_const unsigned char *z_const src0,
z_const unsigned char *z_const src1)
{