X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib.h;h=0618ff3801114645820b0584e99afeb6eb9dca88;hp=1e6824b4394f8401e9c7267f07980c27702b7117;hb=5cdd60306facd14cc9dcc24471386451294ca73c;hpb=edd7e04ddef20c47975bd2535960b6223496d99b diff --git a/src/wimlib.h b/src/wimlib.h index 1e6824b4..0618ff38 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -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. *