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 a934c95..8693fff 100644 --- a/include/fstream.h +++ b/include/fstream.h @@ -68,8 +68,10 @@ enum { FSTREAM_COMPRESSOR_ZSTD = 3, + FSTREAM_COMPRESSOR_BZIP2 = 4, + FSTREAM_COMPRESSOR_MIN = 1, - FSTREAM_COMPRESSOR_MAX = 3, + FSTREAM_COMPRESSOR_MAX = 4, }; #ifdef __cplusplus |