From: Yann Collet Date: Wed, 21 Oct 2015 12:31:46 +0000 (+0100) Subject: restored ZSTD_compressCCtx() def X-Git-Tag: zstd-0.2.0^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42803e5b4cc06884259b748dab892ad16ec81cf;p=thirdparty%2Fzstd.git restored ZSTD_compressCCtx() def --- diff --git a/lib/zstd.h b/lib/zstd.h index c72da00d0..6e031bbf3 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -99,7 +99,7 @@ size_t ZSTD_freeCCtx(ZSTD_Cctx* cctx); ZSTD_compressCCtx() : Same as ZSTD_compress(), but requires a ZSTD_Cctx working space already allocated */ -//size_t ZSTD_compressCCtx(ZSTD_Cctx* ctx, void* dst, size_t maxDstSize, const void* src, size_t srcSize); +size_t ZSTD_compressCCtx(ZSTD_Cctx* ctx, void* dst, size_t maxDstSize, const void* src, size_t srcSize); #if defined (__cplusplus)