zstd: Update to pristine 1.3.3

This commit is contained in:
Rémi Verschelde 2018-01-13 13:50:59 +01:00
parent 76e5b048d0
commit 53c65ae761
21 changed files with 1522 additions and 1450 deletions

View file

@ -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);