clarified status of zstdmt_compress.h API
This commit is contained in:
@@ -15,10 +15,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Note : All prototypes defined in this file are labelled experimental.
|
/* Note : This is an internal API.
|
||||||
* No guarantee of API continuity is provided on any of them.
|
* Some methods are still exposed (ZSTDLIB_API), because for some time,
|
||||||
* In fact, the expectation is that these prototypes will be replaced
|
* it used to be the only way to invoke MT compression.
|
||||||
* by ZSTD_compress_generic() API in the near future */
|
* Now, it's recommended to use ZSTD_compress_generic() instead.
|
||||||
|
* These methods will stop being exposed in a future version */
|
||||||
|
|
||||||
/* === Dependencies === */
|
/* === Dependencies === */
|
||||||
#include <stddef.h> /* size_t */
|
#include <stddef.h> /* size_t */
|
||||||
|
|||||||
Reference in New Issue
Block a user