]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
apply_operations: Remove 'strict' argument from set_security_descriptor()
[wimlib] / include / wimlib / apply.h
index 5063f805db282c385e8c3a19fd72e66c163612dd..a7fe179ac6de50301d0961d77c6d70a4e902f757 100644 (file)
@@ -100,7 +100,7 @@ struct apply_operations {
         * set ctx->supported_features.security_descriptors if supported.  */
        int (*set_security_descriptor)
                (const tchar *path, const u8 *desc, size_t desc_size,
-                struct apply_ctx *ctx, bool strict);
+                struct apply_ctx *ctx);
 
        /* OPTIONAL:  Set wimlib-specific UNIX data.  In start_extract(), set
         * ctx->supported_features.unix_data if supported.  */