Expose ZSTD_reset_compressedBlockState() to shared API

This commit is contained in:
Sen Huang
2019-11-08 13:57:26 -05:00
parent 6ce335371b
commit b39149e156
3 changed files with 7 additions and 11 deletions
+2
View File
@@ -945,6 +945,8 @@ size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace,
short* offcodeNCount, unsigned* offcodeMaxValue,
const void* const dict, size_t dictSize);
void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs);
/* ==============================================================
* Private declarations
* These prototypes shall only be called from within lib/compress