Added ZSTDLIB_API to new ZSTD_maxCLevel method
This commit is contained in:
parent
7b05324a71
commit
2abb04d90d
@ -180,7 +180,7 @@ ZSTDLIB_API size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t ma
|
||||
* Pre-defined compression levels
|
||||
***************************************/
|
||||
#define ZSTD_MAX_CLEVEL 20
|
||||
unsigned ZSTD_maxCLevel (void);
|
||||
ZSTDLIB_API unsigned ZSTD_maxCLevel (void);
|
||||
static const ZSTD_parameters ZSTD_defaultParameters[4][ZSTD_MAX_CLEVEL+1] = {
|
||||
{ /* "default" */
|
||||
/* W, C, H, S, L, strat */
|
||||
|
Loading…
Reference in New Issue
Block a user