X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib_internal.h;h=b0a0aa29e5e9ab8d7790f24a8209c8478160b312;hp=87829957e3fbfdc7b8212a9b1cdd9c0cab313d6b;hb=3cf06a471de65b5e69b44c41b95b1bbfb49ab55f;hpb=bde99a849d3e7a479cb04a4e16e405b0c2f022dd diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index 87829957..b0a0aa29 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -454,19 +454,21 @@ struct apply_args { struct _ntfs_volume *vol; #endif struct list_head empty_files; + wimlib_progress_func_t progress_func; }; extern int wim_apply_dentry_ntfs(struct dentry *dentry, void *arg); extern int wim_apply_dentry_timestamps(struct dentry *dentry, void *arg); /* ntfs-capture.c */ -int build_dentry_tree_ntfs(struct dentry **root_p, - const char *device, - struct lookup_table *lookup_table, - struct wim_security_data *sd, - const struct capture_config *config, - int flags, - void *extra_arg); +extern int build_dentry_tree_ntfs(struct dentry **root_p, + const char *device, + struct lookup_table *lookup_table, + struct wim_security_data *sd, + const struct capture_config *config, + int add_image_flags, + wimlib_progress_func_t progress_func, + void *extra_arg); /* resource.c */ extern const u8 *get_resource_entry(const u8 *p, struct resource_entry *entry);