]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Initial support for resuming extraction from split pipable WIMs
[wimlib] / include / wimlib.h
index 6ab50ce414454e42a3a7b50d7ea6fad810c6f330..0c14941e80f935871d51852033d144d4191731d2 100644 (file)
@@ -1048,6 +1048,9 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
  * create symbolic links.  */
 #define WIMLIB_EXTRACT_FLAG_STRICT_SYMLINKS             0x00008000
 
  * create symbolic links.  */
 #define WIMLIB_EXTRACT_FLAG_STRICT_SYMLINKS             0x00008000
 
+/** TODO */
+#define WIMLIB_EXTRACT_FLAG_RESUME                     0x00010000
+
 
 /******************************
  * WIMLIB_MOUNT_FLAG_*
 
 /******************************
  * WIMLIB_MOUNT_FLAG_*