]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
wimlib_select_image() => select_wim_image()
[wimlib] / src / wimlib_internal.h
index c7a3f8fec75a01364fa7077cba5605549ce7efdb..d9a00220b28d57b0b301a600c0baf81327cae606 100644 (file)
@@ -239,6 +239,8 @@ struct image_metadata {
         * resource. */
        struct lookup_table_entry *metadata_lte;
 
+       struct hlist_head inode_list;
+
        /* True if the filesystem of the image has been modified.  If this is
         * the case, the memory for the filesystem is not freed when switching
         * to a different WIM image. */
@@ -464,7 +466,7 @@ extern int inode_set_symlink(struct inode *inode,
 
 /* wim.c */
 extern WIMStruct *new_wim_struct();
-extern int wimlib_select_image(WIMStruct *w, int image);
+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 *));