summaryrefslogtreecommitdiff
path: root/deflate_fast.c
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2017-08-17 11:24:46 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2017-08-17 11:24:46 +0200
commiteb7fd8a1b0e6228c3d2822df201835b9ca34390a (patch)
treee70dccccd5bdd00ac3baa75c09623e3b2cb108eb /deflate_fast.c
parenta7271104bf9a2d82dc6a69090c12442eacd2fd71 (diff)
Make sure we don't export internal functions
Diffstat (limited to 'deflate_fast.c')
-rw-r--r--deflate_fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate_fast.c b/deflate_fast.c
index 5b86e27..e36bd79 100644
--- a/deflate_fast.c
+++ b/deflate_fast.c
@@ -16,7 +16,7 @@
* new strings in the dictionary only for unmatched strings or for short
* matches. It is used only for the fast compression options.
*/
-block_state deflate_fast(deflate_state *s, int flush) {
+ZLIB_INTERNAL block_state deflate_fast(deflate_state *s, int flush) {
IPos hash_head; /* head of the hash chain */
int bflush; /* set if current block must be flushed */