summaryrefslogtreecommitdiff
path: root/deflate_slow.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_slow.c
parenta7271104bf9a2d82dc6a69090c12442eacd2fd71 (diff)
Make sure we don't export internal functions
Diffstat (limited to 'deflate_slow.c')
-rw-r--r--deflate_slow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate_slow.c b/deflate_slow.c
index 61c1888..2cbb1e0 100644
--- a/deflate_slow.c
+++ b/deflate_slow.c
@@ -23,7 +23,7 @@
* evaluation for matches: a match is finally adopted only if there is
* no better match at the next window position.
*/
-block_state deflate_slow(deflate_state *s, int flush) {
+ZLIB_INTERNAL block_state deflate_slow(deflate_state *s, int flush) {
IPos hash_head; /* head of hash chain */
int bflush; /* set if current block must be flushed */