X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib_internal.h;h=99b2a5aabb0646b6bb98bfeea189970fabaf77cb;hp=c2457b9ac51e254ce72fdff8f25e4b89a935c55f;hb=89ef4adba6571c53200b0c72852784506670b596;hpb=7b756aebc1aad8fdc584b485f2677b34a4f607ff diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index c2457b9a..99b2a5aa 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -434,6 +434,7 @@ struct apply_args { #endif struct list_head empty_files; wimlib_progress_func_t progress_func; + int (*apply_dentry)(struct dentry *, void *); }; extern int apply_dentry_ntfs(struct dentry *dentry, void *arg);