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
@@ -13,10 +13,6 @@
#include <stddef.h> /* size_t */
#if defined (__cplusplus)
extern "C" {
#endif
#define ZSTD_SLIPBLOCK_WORKSPACESIZE 8208
/* ZSTD_splitBlock():
@@ -34,8 +30,4 @@ size_t ZSTD_splitBlock(const void* blockStart, size_t blockSize,
int level,
void* workspace, size_t wkspSize);
#if defined (__cplusplus)
}
#endif
#endif /* ZSTD_PRESPLIT_H */