]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Fix sequential extraction, and include progress info
[wimlib] / src / wimlib.h
index ce079ce477d499f8ea1d5ee321ecb7b51e11a683..0618ff3801114645820b0584e99afeb6eb9dca88 100644 (file)
@@ -331,6 +331,12 @@ 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
+
+/** Print progress information while extracting the image. */
+#define WIMLIB_EXTRACT_FLAG_SHOW_PROGRESS      0x00000020
+
 /**
  * Possible values of the error code returned by many functions in wimlib.
  *