]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Pay attention to PrepopulateList during WIMBoot application
[wimlib] / include / wimlib / apply.h
index a93bc7ec714d317d5956b921a2d119f251e8b717..7b4ffe3ea7defe663f6ddd7a65c0b3598c42d7cc 100644 (file)
@@ -72,7 +72,7 @@ struct apply_operations {
        /* REQUIRED:  Extract unnamed data stream.  */
        int (*extract_unnamed_stream)
                (file_spec_t file, struct wim_lookup_table_entry *lte,
-                struct apply_ctx *ctx);
+                struct apply_ctx *ctx, struct wim_dentry *dentry);
 
        /* OPTIONAL:  Extracted named data stream.  In start_extract(), set
         * ctx->supported_features.alternate_data_streams if supported.  */