summaryrefslogtreecommitdiffstats
path: root/modules/libjar/zipstruct.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-11-13 16:00:06 +0000
committerMoonchild <moonchild@palemoon.org>2020-11-18 10:58:35 +0000
commit8fefeee3c3e4ff5195a98496c3855d8aabce4ffa (patch)
treedaba5639f704b4d2e6faafee589e8e4acc2c41d4 /modules/libjar/zipstruct.h
parentb645d59b1e170af1cb0963935bd8c915e56c431c (diff)
downloadUXP-8fefeee3c3e4ff5195a98496c3855d8aabce4ffa.tar
UXP-8fefeee3c3e4ff5195a98496c3855d8aabce4ffa.tar.gz
UXP-8fefeee3c3e4ff5195a98496c3855d8aabce4ffa.tar.lz
UXP-8fefeee3c3e4ff5195a98496c3855d8aabce4ffa.tar.xz
UXP-8fefeee3c3e4ff5195a98496c3855d8aabce4ffa.zip
Issue #1683 - Update libjar module.
Diffstat (limited to 'modules/libjar/zipstruct.h')
-rw-r--r--modules/libjar/zipstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/libjar/zipstruct.h b/modules/libjar/zipstruct.h
index f06afe14e..f7393128a 100644
--- a/modules/libjar/zipstruct.h
+++ b/modules/libjar/zipstruct.h
@@ -102,6 +102,7 @@ typedef struct ZipEnd_
#define TOKENIZED 7
#define DEFLATED 8
#define UNSUPPORTED 0xFF
-
+/* non-standard extension */
+#define MOZ_JAR_BROTLI 0x81
#endif /* _zipstruct_h */