]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
extract: track READONLY attribute in supported_features
[wimlib] / include / wimlib / apply.h
index f36f0b3f0e188c89d6934a07d35b60598f53fd38..31744822613951d39ca38dc34716fed7afbb6484 100644 (file)
 /* These can be treated as counts (for required_features) or booleans (for
  * supported_features).  */
 struct wim_features {
-       unsigned long archive_files;
+       unsigned long readonly_files;
        unsigned long hidden_files;
        unsigned long system_files;
+       unsigned long archive_files;
        unsigned long compressed_files;
        unsigned long encrypted_files;
        unsigned long encrypted_directories;