]> wimlib.net Git - wimlib/blobdiff - include/wimlib/compressor_ops.h
[EXPERIMENTAL, FOR BENCHMARKING ONLY] Zstandard compression support
[wimlib] / include / wimlib / compressor_ops.h
index bef5cf6d1b440d9f7d6e5b91adaf8052e530c4ee..c8df2fb7d683d6f80eeab19b103346c0271070d5 100644 (file)
@@ -32,5 +32,6 @@ struct compressor_ops {
 extern const struct compressor_ops lzx_compressor_ops;
 extern const struct compressor_ops xpress_compressor_ops;
 extern const struct compressor_ops lzms_compressor_ops;
+extern const struct compressor_ops zstd_compressor_ops;
 
 #endif /* _WIMLIB_COMPRESSOR_OPS_H */