X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fwim.h;h=ea916aa651fefb176e670227faf3bcf41898cad9;hb=b996daae67735460fe19ca39029fdc8e2941f186;hp=3fdc7d2d28ab45cc6dd62f3269708f707aa1af4d;hpb=1fc939b7bd0b37900d974b1cd5b11df128df71f5;p=wimlib diff --git a/include/wimlib/wim.h b/include/wimlib/wim.h index 3fdc7d2d..ea916aa6 100644 --- a/include/wimlib/wim.h +++ b/include/wimlib/wim.h @@ -68,8 +68,6 @@ struct WIMStruct { u8 wim_locked : 1; - u8 guid_set_explicitly : 1; - /* One of WIMLIB_COMPRESSION_TYPE_*, cached from the header flags. */ u8 compression_type; @@ -142,13 +140,9 @@ for_image(WIMStruct *wim, int image, int (*visitor)(WIMStruct *)); extern int wim_checksum_unhashed_streams(WIMStruct *wim); -extern int -reopen_wim(WIMStruct *wim); - /* Internal open flags (pass to open_wim_as_WIMStruct(), not wimlib_open_wim()) */ #define WIMLIB_OPEN_FLAG_FROM_PIPE 0x80000000 -#define WIMLIB_OPEN_MASK_PUBLIC 0x7fffffff extern int open_wim_as_WIMStruct(const void *wim_filename_or_fd, int open_flags,