zstd: Update to pristine 1.3.3
This commit is contained in:
parent
76e5b048d0
commit
53c65ae761
21 changed files with 1522 additions and 1450 deletions
4
thirdparty/zstd/compress/zstd_opt.h
vendored
4
thirdparty/zstd/compress/zstd_opt.h
vendored
|
|
@ -11,12 +11,12 @@
|
|||
#ifndef ZSTD_OPT_H
|
||||
#define ZSTD_OPT_H
|
||||
|
||||
#include "zstd_compress.h"
|
||||
|
||||
#if defined (__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "zstd.h" /* ZSTD_CCtx, size_t */
|
||||
|
||||
size_t ZSTD_compressBlock_btopt(ZSTD_CCtx* ctx, const void* src, size_t srcSize);
|
||||
size_t ZSTD_compressBlock_btultra(ZSTD_CCtx* ctx, const void* src, size_t srcSize);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue