diff options
author | Moonchild <moonchild@palemoon.org> | 2020-11-13 16:00:06 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-11-13 16:00:06 +0000 |
commit | 2d8013526a65097dd9610a617e10b0c92a639ff5 (patch) | |
tree | 13493814aa388e327fde6e5db34bdb529dd89ef1 /modules/libjar/nsZipArchive.h | |
parent | d86f49ba59b2740e1e375016393c4994ec1e236e (diff) | |
download | UXP-2d8013526a65097dd9610a617e10b0c92a639ff5.tar UXP-2d8013526a65097dd9610a617e10b0c92a639ff5.tar.gz UXP-2d8013526a65097dd9610a617e10b0c92a639ff5.tar.lz UXP-2d8013526a65097dd9610a617e10b0c92a639ff5.tar.xz UXP-2d8013526a65097dd9610a617e10b0c92a639ff5.zip |
Issue #1683 - Update libjar module.
Diffstat (limited to 'modules/libjar/nsZipArchive.h')
-rw-r--r-- | modules/libjar/nsZipArchive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/libjar/nsZipArchive.h b/modules/libjar/nsZipArchive.h index 2de679032..6b758c9fd 100644 --- a/modules/libjar/nsZipArchive.h +++ b/modules/libjar/nsZipArchive.h @@ -37,6 +37,7 @@ class nsZipFind; struct PRFileDesc; +struct BrotliDecoderStateStruct; /** * This file defines some of the basic structures used by libjar to @@ -314,6 +315,7 @@ private: uint8_t *mBuf; uint32_t mBufSize; z_stream mZs; + BrotliDecoderStateStruct* mBrotliState; uint32_t mCRC; bool mDoCRC; }; |