diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2019-04-10 13:41:58 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-05-23 12:44:59 +0200 |
commit | b7f659f2faa899a73f3456c29554769261c1721f (patch) | |
tree | 0dfc06602051eff0f809ac8a9eceeb24a9b105d5 /inflate.h | |
parent | f8f08e9e384e9ba7ca495f4383f0fd4676c52c99 (diff) |
Introduce inflate_ensure_window, make bi_reverse and flush_pending ZLIB_INTERNAL
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ */ |