X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib_internal.h;h=194978342346008a2c81fe21bc6adafc3a85c491;hp=ac35c4fc5e00ba0b19601e0a84126a600481a8c6;hb=7c83ef53090441de11cc78d8d26dc337cd7ac475;hpb=d5c2c580d35447207e1e8c0d62c9e55b77ba20d1 diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index ac35c4fc..19497834 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -526,9 +526,6 @@ extern WIMStruct *new_wim_struct(); extern int select_wim_image(WIMStruct *w, int image); extern int wim_hdr_flags_compression_type(int wim_hdr_flags); extern int for_image(WIMStruct *w, int image, int (*visitor)(WIMStruct *)); -extern int open_wim_readable(WIMStruct *w, const char *path); -extern int open_wim_writable(WIMStruct *w, const char *path, - bool trunc, bool readable); /* Internal use only */ #define WIMLIB_WRITE_FLAG_NO_LOOKUP_TABLE 0x80000000