]> wimlib.net Git - wimlib/blob - include/wimlib/wimboot.h
Remove quotes in do_load_text_file()
[wimlib] / include / wimlib / wimboot.h
1 #ifndef _WIMBOOT_H_
2 #define _WIMBOOT_H_
3
4 #include "wimlib/types.h"
5
6 extern int
7 wimboot_set_pointer(const wchar_t *path, u64 data_source_id,
8                     const u8 hash[20]);
9
10 extern int
11 wimboot_alloc_data_source_id(const wchar_t *wim_path, int image,
12                              const wchar_t *target, u64 *data_source_id_ret);
13
14 #endif /* _WIMBOOT_H_ */