]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Add apply_ops.requires_short_name_reordering
[wimlib] / include / wimlib / apply.h
index 1019a48a15116eb65d7d747be88f4ef1cb1b4cac..f8023a3706af18379754d36b5510b8eb4d1ee499 100644 (file)
@@ -176,6 +176,11 @@ struct apply_operations {
        /* OPTIONAL:  Set to 1 if extract_encrypted_stream() must be used to
         * create encrypted files.  */
        unsigned extract_encrypted_stream_creates_file : 1;
+
+       /* OPTIONAL:  Set to 1 if a link to a file with corresponding short name
+        * must be created before all links to the same file without
+        * corresponding short names.  */
+       unsigned requires_short_name_reordering : 1;
 };
 
 struct wim_features {