]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
unix_apply.c: separate creation, data extraction, and metadata passes
[wimlib] / include / wimlib.h
index ac55fd2c982f939314b85371994c49d0bb862d8a..8d39780870cf6236c4e159f893e7e7a9dbedc735 100644 (file)
@@ -1009,12 +1009,7 @@ union wimlib_progress_info {
                 * is because extraction backends are free to implement an
                 * extraction algorithm that might be more efficient than
                 * processing every file in the "extract file structure" and
-                * "extract file metadata" phases.  For example, the current
-                * implementation of the UNIX extraction backend will create
-                * files on-demand during the "extract file data" phase.
-                * Therefore, when using that particular extraction backend, @p
-                * end_file_count will only include directories and empty files.
-                */
+                * "extract file metadata" phases.  */
                uint64_t end_file_count;
        } extract;
 
@@ -2567,6 +2562,7 @@ enum wimlib_error_code {
        WIMLIB_ERR_DUPLICATE_EXPORTED_IMAGE           = 87,
        WIMLIB_ERR_CONCURRENT_MODIFICATION_DETECTED   = 88,
        WIMLIB_ERR_SNAPSHOT_FAILURE                   = 89,
+       WIMLIB_ERR_INVALID_EXTENDED_ATTRIBUTE         = 90,
 };