]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Fix sequential extraction, and include progress info
[wimlib] / src / wimlib.h
index 1e6824b4394f8401e9c7267f07980c27702b7117..0618ff3801114645820b0584e99afeb6eb9dca88 100644 (file)
@@ -334,6 +334,9 @@ enum wim_compression_type {
 /** 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.
  *