From bc2bdb3c4f5cb969635f320beaa9e7bcf42450b2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 19 May 2019 21:46:34 +0200 Subject: Add ZSTD compressor implementation Signed-off-by: David Oberhollenzer --- lib/comp/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/comp/internal.h') diff --git a/lib/comp/internal.h b/lib/comp/internal.h index 863f82b..8f880f4 100644 --- a/lib/comp/internal.h +++ b/lib/comp/internal.h @@ -16,4 +16,6 @@ compressor_t *create_lzo_compressor(bool compress, size_t block_size); compressor_t *create_lz4_compressor(bool compress, size_t block_size); +compressor_t *create_zstd_compressor(bool compress, size_t block_size); + #endif /* INTERNAL_H */ -- cgit v1.2.3