]> git.ipfire.org Git - thirdparty/zstd.git/commit
Added ZSTD_compress_generic()
authorYann Collet <cyan@fb.com>
Thu, 18 May 2017 01:36:15 +0000 (18:36 -0700)
committerYann Collet <cyan@fb.com>
Thu, 18 May 2017 01:36:15 +0000 (18:36 -0700)
commit6d4fef36de21908e333b2a1fde8ded0a7f086ae1
treed6c09998bf1df2c685651b7046f2f530f134f26e
parent23c256e44b4a7216d09c8070d02d690ec8912ae2
Added ZSTD_compress_generic()

Used in fileio.c (zstd cli).
Need to set macro ZSTD_NEWAPI to trigger it.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
programs/fileio.c
programs/util.h