X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fwimboot.h;h=7dcd85d362169727cb861179a797ebacb9f68777;hp=f9bdbe8bfaf024e18bbc50d2f1dc71999881fb70;hb=3de1ec66f778edda19865482d685bc6f4e17faf7;hpb=afda46903074c907e31408d599ae74fc0597b368 diff --git a/include/wimlib/wimboot.h b/include/wimlib/wimboot.h index f9bdbe8b..7dcd85d3 100644 --- a/include/wimlib/wimboot.h +++ b/include/wimlib/wimboot.h @@ -6,7 +6,7 @@ #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, @@ -16,9 +16,9 @@ wimboot_alloc_data_source_id(const wchar_t *wim_path, 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);