]> wimlib.net Git - wimlib/blobdiff - src/win32_capture.c
Add support for a data recovery mode
[wimlib] / src / win32_capture.c
index bc05d70779459c59871530c88cae5585d4ead1f5..1b088de959463e3aef96be15f4eafb4b5448c2b6 100644 (file)
@@ -488,7 +488,8 @@ read_win32_encrypted_file_prefix(const wchar_t *path, bool is_dir, u64 size,
  * described by @blob.  */
 int
 read_windows_file_prefix(const struct blob_descriptor *blob, u64 size,
-                        const struct consume_chunk_callback *cb)
+                        const struct consume_chunk_callback *cb,
+                        bool recover_data)
 {
        const struct windows_file *file = blob->windows_file;