Address comments

dev
Duc Ngo 2018-06-11 10:01:35 -07:00
parent e34c000e44
commit e8ef725e13
1 changed files with 6 additions and 9 deletions

View File

@ -34,15 +34,6 @@ extern "C" {
# define ZSTDLIB_API ZSTDLIB_VISIBILITY
#endif
/*-*************************************
* Tuning parameters
***************************************/
#ifndef ZSTD_CLEVEL_DEFAULT
# define ZSTD_CLEVEL_DEFAULT 3
#endif
/*******************************************************************************************************
Introduction
@ -78,6 +69,12 @@ ZSTDLIB_API unsigned ZSTD_versionNumber(void); /**< useful to check dll versio
#define ZSTD_VERSION_STRING ZSTD_EXPAND_AND_QUOTE(ZSTD_LIB_VERSION)
ZSTDLIB_API const char* ZSTD_versionString(void); /* added in v1.3.0 */
/***************************************
* Default constant
***************************************/
#ifndef ZSTD_CLEVEL_DEFAULT
# define ZSTD_CLEVEL_DEFAULT 3
#endif
/***************************************
* Simple API