]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32.h
Stream and blob updates
[wimlib] / include / wimlib / win32.h
index c8be8c80f8345f0d6a7dfa88e963a7990e763037..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);