]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Implement sequential extract
[wimlib] / src / wimlib.h
index ce079ce477d499f8ea1d5ee321ecb7b51e11a683..1e6824b4394f8401e9c7267f07980c27702b7117 100644 (file)
@@ -331,6 +331,9 @@ enum wim_compression_type {
 /** Print the name of each file as it is extracted from the WIM image. */
 #define WIMLIB_EXTRACT_FLAG_VERBOSE            0x00000008
 
+/** Read the WIM file sequentially while extracting the image. */
+#define WIMLIB_EXTRACT_FLAG_SEQUENTIAL         0x00000010
+
 /**
  * Possible values of the error code returned by many functions in wimlib.
  *