X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fwimboot.h;h=c10d0dccc99ed13e46d224d094b824a4b451a98d;hb=a0114ec301a99e4bd5605bbef9631d8c21285636;hp=afb6e65e552fd0a4b68ead8ad47f88a167983fb2;hpb=2d14d2982e057b2d99128c20c9768985bdfcd0a0;p=wimlib diff --git a/include/wimlib/wimboot.h b/include/wimlib/wimboot.h index afb6e65e..c10d0dcc 100644 --- a/include/wimlib/wimboot.h +++ b/include/wimlib/wimboot.h @@ -1,6 +1,7 @@ #ifndef _WIMBOOT_H_ #define _WIMBOOT_H_ +#include "wimlib/win32_common.h" #include "wimlib/sha1.h" #include "wimlib/types.h" #include "wimlib/header.h" @@ -13,8 +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 -wimboot_set_pointer(const wchar_t *path, +extern bool +wimboot_set_pointer(HANDLE h, const struct wim_lookup_table_entry *lte, u64 data_source_id, const u8 lookup_table_hash[SHA1_HASH_SIZE],