X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fwim.h;h=03e0184ce40bf2dbd0830f4fc196aacbe7caeec8;hp=57adebde7522d7f780276865045215ccf3db700c;hb=58daaca96dc8b23e345342e844c58b1972e5fedf;hpb=1da527afb0ea8fb58838b6ade3a93aea198191da diff --git a/include/wimlib/wim.h b/include/wimlib/wim.h index 57adebde..03e0184c 100644 --- a/include/wimlib/wim.h +++ b/include/wimlib/wim.h @@ -72,6 +72,11 @@ write_header(const struct wim_header *hdr, int out_fd); extern int init_header(struct wim_header *hdr, int ctype); +extern int +write_header_flags(u32 hdr_flags, int out_fd); + +extern int +write_header_part_data(u16 part_number, u16 total_parts, int out_fd); extern int rename_wim_path(WIMStruct *wim, const tchar *from, const tchar *to);