summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2019-04-10 13:41:58 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2019-05-23 12:44:59 +0200
commitb7f659f2faa899a73f3456c29554769261c1721f (patch)
tree0dfc06602051eff0f809ac8a9eceeb24a9b105d5 /inflate.h
parentf8f08e9e384e9ba7ca495f4383f0fd4676c52c99 (diff)
Introduce inflate_ensure_window, make bi_reverse and flush_pending ZLIB_INTERNAL
Diffstat (limited to 'inflate.h')
-rw-r--r--inflate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inflate.h b/inflate.h
index 8c142a9..01fb1f9 100644
--- a/inflate.h
+++ b/inflate.h
@@ -127,4 +127,6 @@ struct inflate_state {
unsigned was; /* initial length of match */
};
+int ZLIB_INTERNAL inflate_ensure_window(struct inflate_state *state);
+
#endif /* INFLATE_H_ */