summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h')
-rw-r--r--dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h b/dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h
index b3bb9599f4..e553ea5d4e 100644
--- a/dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h
+++ b/dviware/dvisvgm/libs/brotli/enc/dictionary_hash.h
@@ -15,7 +15,8 @@
extern "C" {
#endif
-extern const uint16_t kStaticDictionaryHash[32768];
+extern const uint16_t kStaticDictionaryHashWords[32768];
+extern const uint8_t kStaticDictionaryHashLengths[32768];
#if defined(__cplusplus) || defined(c_plusplus)
} /* extern "C" */