Issue #1683 - Update Brotli lib to 1.0.9

This commit is contained in:
Moonchild 2020-11-13 15:59:29 +00:00 • committed by roytam1
commit 390f3a6272
60 changed files with 3966 additions and 2404 deletions

View file

@ -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" */