]> wimlib.net Git - wimlib/blobdiff - include/wimlib/wim.h
Various cleanups
[wimlib] / include / wimlib / wim.h
index f02bf8c72966dc5d0041f60f95d6bd65d1d15171..5bc20a6b0e6823b39cefff0588400d7dff926c47 100644 (file)
@@ -94,7 +94,7 @@ struct WIMStruct {
         * decompressor can be used for all data --- and that decompressor will
         * be cached here.  However, if we do encounter any data with a
         * different compression type or chunk size (this is possible in solid
-        * blocks), then this cached decompressor will be replaced with a new
+        * resources), then this cached decompressor will be replaced with a new
         * one.
         */
        struct wimlib_decompressor *decompressor;
@@ -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 *));