]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
Refactor Win32 capture/apply, UNIX apply
[wimlib] / src / wimlib_internal.h
index bde8115204d2734a097fe06df368e7998cb14d33..9e55f37132aae8fe03a8e89e630b5f6c3f2b90da 100644 (file)
@@ -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