diff options
Diffstat (limited to 'lib/fstream/internal.h')
-rw-r--r-- | lib/fstream/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/fstream/internal.h b/lib/fstream/internal.h index 160a523..83ecc64 100644 --- a/lib/fstream/internal.h +++ b/lib/fstream/internal.h @@ -57,10 +57,14 @@ SQFS_INTERNAL ostream_comp_t *ostream_gzip_create(const char *filename); SQFS_INTERNAL ostream_comp_t *ostream_xz_create(const char *filename); +SQFS_INTERNAL ostream_comp_t *ostream_zstd_create(const char *filename); + SQFS_INTERNAL istream_comp_t *istream_gzip_create(const char *filename); SQFS_INTERNAL istream_comp_t *istream_xz_create(const char *filename); +SQFS_INTERNAL istream_comp_t *istream_zstd_create(const char *filename); + #ifdef __cplusplus } #endif |