]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Split wim_resource_spec from wim_lookup_table_entry
[wimlib] / include / wimlib.h
index 4e999d69caa8670031e9e95ca819d92224858dad..c777541683ccc996b3b80b3b656fbe5b342daef3 100644 (file)
@@ -425,6 +425,9 @@ enum wimlib_compression_type {
 
        /** Compressed resources in the WIM use XPRESS compression. */
        WIMLIB_COMPRESSION_TYPE_XPRESS = 2,
+
+       /** TODO  */
+       WIMLIB_COMPRESSION_TYPE_LZMS = 3,
 };
 
 /** @} */