]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
rpfix extract on UNIX
[wimlib] / src / wimlib_internal.h
index 10784571a0118eee4b00627f5d9866e08a8a2a3a..1d3edcd7cc3f43cf1c03cdf56b03b929812a9fef 100644 (file)
@@ -540,6 +540,8 @@ write_metadata_resource(WIMStruct *w);
 struct apply_args {
        WIMStruct *w;
        const tchar *target;
+       tchar *target_realpath;
+       unsigned target_realpath_len;
        int extract_flags;
        union wimlib_progress_info progress;
        wimlib_progress_func_t progress_func;