]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32.h
Clean up setting of compression type
[wimlib] / include / wimlib / win32.h
index 67220786a249a031c037b7e58267566bbc143274..9ab141f1543968efc24da15f02bd95c909511890 100644 (file)
@@ -8,14 +8,14 @@
 #include "wimlib/callback.h"
 #include "wimlib/types.h"
 
-struct wim_lookup_table_entry;
+struct blob_descriptor;
 
 extern int
-read_winnt_file_prefix(const struct wim_lookup_table_entry *lte, u64 size,
-                      consume_data_callback_t cb, void *cb_ctx);
+read_winnt_stream_prefix(const struct blob_descriptor *blob, u64 size,
+                        consume_data_callback_t cb, void *cb_ctx);
 
 extern int
-read_win32_encrypted_file_prefix(const struct wim_lookup_table_entry *lte,
+read_win32_encrypted_file_prefix(const struct blob_descriptor *blob,
                                 u64 size,
                                 consume_data_callback_t cb,
                                 void *cb_ctx);
@@ -47,8 +47,8 @@ win32_truncate_replacement(const tchar *path, off_t size);
 extern int
 win32_strerror_r_replacement(int errnum, tchar *buf, size_t buflen);
 
-extern int
-win32_get_file_and_vol_ids(const wchar_t *path, u64 *ino_ret, u64 *dev_ret);
+extern FILE *
+win32_open_logfile(const wchar_t *path);
 
 extern ssize_t
 pread(int fd, void *buf, size_t count, off_t offset);