X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fwimboot.h;h=10857d5b64680be085e6d5afc508613e2092a94d;hp=f9bdbe8bfaf024e18bbc50d2f1dc71999881fb70;hb=8618172276fae088f311923a61bbf26c3d4d8941;hpb=f18b7fc3361c4daac0ddd104af65a8eff8466fec diff --git a/include/wimlib/wimboot.h b/include/wimlib/wimboot.h index f9bdbe8b..10857d5b 100644 --- a/include/wimlib/wimboot.h +++ b/include/wimlib/wimboot.h @@ -6,19 +6,19 @@ #include "wimlib/types.h" #include "wimlib/win32_common.h" -struct wim_lookup_table_entry; +struct blob_descriptor; extern int wimboot_alloc_data_source_id(const wchar_t *wim_path, - const u8 guid[WIM_GUID_LEN], int image, + const u8 guid[GUID_SIZE], int image, const wchar_t *target, u64 *data_source_id_ret, bool *wof_running_ret); extern bool wimboot_set_pointer(HANDLE h, - const struct wim_lookup_table_entry *lte, + const struct blob_descriptor *blob, u64 data_source_id, - const u8 lookup_table_hash[SHA1_HASH_SIZE], + const u8 blob_table_hash[SHA1_HASH_SIZE], bool wof_running);