]> wimlib.net Git - wimlib/blobdiff - src/win32.h
Win32: Add untested support for encryted capture
[wimlib] / src / win32.h
index 0ef410a8d3aaaea8fe29cbc1713429327d511ff8..b4d523614ec279d2556b03e827d7692395aae4d4 100644 (file)
@@ -21,13 +21,18 @@ win32_read_file(const tchar *filename, HANDLE handle,
                u64 offset, size_t size, void *buf);
 
 extern int
-read_win32_file_prefix(const struct lookup_table_entry *lte,
+read_win32_file_prefix(const struct wim_lookup_table_entry *lte,
                       u64 size,
                       consume_data_callback_t cb,
                       void *ctx_or_buf,
-                      int _ignored_flags)
-{
-}
+                      int _ignored_flags);
+
+extern int
+read_win32_encrypted_file_prefix(const struct wim_lookup_table_entry *lte,
+                                u64 size,
+                                consume_data_callback_t cb,
+                                void *ctx_or_buf,
+                                int _ignored_flags);
 
 #define FNM_PATHNAME 0x1
 #define FNM_NOESCAPE 0x2