X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwimlib_internal.h;fp=src%2Fwimlib_internal.h;h=9e55f37132aae8fe03a8e89e630b5f6c3f2b90da;hb=5218b1d7c83cf9e98ed6276e099844ae0d80abc2;hp=bde8115204d2734a097fe06df368e7998cb14d33;hpb=c7f1c7e38a23290bd5edd2a70c234875cc299901;p=wimlib diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index bde81152..9e55f371 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -743,6 +743,18 @@ write_security_data(const struct wim_security_data *sd, u8 *p); extern void free_security_data(struct wim_security_data *sd); +/* unix_apply.c */ +#ifndef __WIN32__ +extern int +unix_do_apply_dentry(const char *output_path, size_t output_path_len, + struct wim_dentry *dentry, struct apply_args *args); +extern int +unix_do_apply_dentry_timestamps(const char *output_path, + size_t output_path_len, + struct wim_dentry *dentry, + struct apply_args *args); +#endif + /* unix_capture.c */ #ifndef __WIN32__ extern int