X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fwimboot.h;h=f9bdbe8bfaf024e18bbc50d2f1dc71999881fb70;hb=d8e380e8314cdb592149a651a19690d102a1865b;hp=a1039017d942e777be54a395b4a9377ce494b230;hpb=28d78c881095a7b50be60ed8d506aa15cceb9cae;p=wimlib diff --git a/include/wimlib/wimboot.h b/include/wimlib/wimboot.h index a1039017..f9bdbe8b 100644 --- a/include/wimlib/wimboot.h +++ b/include/wimlib/wimboot.h @@ -1,10 +1,10 @@ #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; @@ -14,9 +14,8 @@ wimboot_alloc_data_source_id(const wchar_t *wim_path, const wchar_t *target, u64 *data_source_id_ret, bool *wof_running_ret); -extern int +extern bool wimboot_set_pointer(HANDLE h, - const wchar_t *printable_path, const struct wim_lookup_table_entry *lte, u64 data_source_id, const u8 lookup_table_hash[SHA1_HASH_SIZE],