X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fwimboot.h;h=7dcd85d362169727cb861179a797ebacb9f68777;hb=ae391ded5124c8ae35339a6c12c5beec0fbceaf0;hp=c10d0dccc99ed13e46d224d094b824a4b451a98d;hpb=29ac4319aa9c75811cd5629cd3471a681fbeb552;p=wimlib diff --git a/include/wimlib/wimboot.h b/include/wimlib/wimboot.h index c10d0dcc..7dcd85d3 100644 --- a/include/wimlib/wimboot.h +++ b/include/wimlib/wimboot.h @@ -1,12 +1,12 @@ #ifndef _WIMBOOT_H_ #define _WIMBOOT_H_ -#include "wimlib/win32_common.h" +#include "wimlib/header.h" #include "wimlib/sha1.h" #include "wimlib/types.h" -#include "wimlib/header.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);