diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fstream.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fstream.h b/include/fstream.h index c62e5ad..a934c95 100644 --- a/include/fstream.h +++ b/include/fstream.h @@ -66,8 +66,10 @@ enum { FSTREAM_COMPRESSOR_XZ = 2, + FSTREAM_COMPRESSOR_ZSTD = 3, + FSTREAM_COMPRESSOR_MIN = 1, - FSTREAM_COMPRESSOR_MAX = 2, + FSTREAM_COMPRESSOR_MAX = 3, }; #ifdef __cplusplus |