Remove extern C blocks from lib/* internal APIs (except xxhash.h)

This commit is contained in:
Victor Zhang
2024-12-19 16:00:11 -08:00
parent d51e6072a8
commit d0d5ce4c00
17 changed files with 0 additions and 163 deletions
-8
View File
@@ -14,10 +14,6 @@
#include "../common/mem.h" /* U32 */
#include "zstd_compress_internal.h" /* ZSTD_CCtx, size_t */
#if defined (__cplusplus)
extern "C" {
#endif
#ifndef ZSTD_EXCLUDE_DFAST_BLOCK_COMPRESSOR
void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms,
@@ -43,8 +39,4 @@ size_t ZSTD_compressBlock_doubleFast_extDict(
#define ZSTD_COMPRESSBLOCK_DOUBLEFAST_EXTDICT NULL
#endif /* ZSTD_EXCLUDE_DFAST_BLOCK_COMPRESSOR */
#if defined (__cplusplus)
}
#endif
#endif /* ZSTD_DOUBLE_FAST_H */