]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Print each file or directory excluded
[wimlib] / src / wimlib.h
index 1ccdd3b3e3b737b467437d8f0188a5d1a8893b82..dfa685f0938fa19242c67f4938c73430b28e7392 100644 (file)
@@ -645,6 +645,12 @@ struct wimlib_capture_source {
  * */
 #define WIMLIB_ADD_IMAGE_FLAG_STRICT_ACLS              0x00000040
 
  * */
 #define WIMLIB_ADD_IMAGE_FLAG_STRICT_ACLS              0x00000040
 
+/** Call the progress function with the message
+ * ::WIMLIB_PROGRESS_MSG_SCAN_DENTRY when a directory or file is excluded from
+ * capture.  This is a subset of the messages provided by
+ * ::WIMLIB_ADD_IMAGE_FLAG_VERBOSE. */
+#define WIMLIB_ADD_IMAGE_FLAG_EXCLUDE_VERBOSE          0x00000080
+
 /******************************
  * WIMLIB_EXPORT_FLAG_* *
  ******************************/
 /******************************
  * WIMLIB_EXPORT_FLAG_* *
  ******************************/