/* Copyright 2017 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* (Transparent) Shared Dictionary definition. */ #ifndef BROTLI_COMMON_SHARED_DICTIONARY_INTERNAL_H_ #define BROTLI_COMMON_SHARED_DICTIONARY_INTERNAL_H_ #include <brotli/shared_dictionary.h> #include <brotli/types.h> #include "dictionary.h" #include "transform.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif struct BrotliSharedDictionaryStruct { … }; BrotliSharedDictionaryInternal; #define BrotliSharedDictionary … #if defined(__cplusplus) || defined(c_plusplus) } /* extern "C" */ #endif #endif /* BROTLI_COMMON_SHARED_DICTIONARY_INTERNAL_H_ */