]> wimlib.net Git - wimlib/blobdiff - include/wimlib/wim.h
Heuristic sorting of streams for solid compression
[wimlib] / include / wimlib / wim.h
index f02bf8c72966dc5d0041f60f95d6bd65d1d15171..544ce18025e66eb8fb1259d08fc7ab2d0cbeb057 100644 (file)
@@ -204,6 +204,9 @@ write_wim_header_flags(u32 hdr_flags, struct filedes *out_fd);
 extern int
 select_wim_image(WIMStruct *wim, int image);
 
+extern void
+deselect_current_wim_image(WIMStruct *wim);
+
 extern int
 for_image(WIMStruct *wim, int image, int (*visitor)(WIMStruct *));