]> wimlib.net Git - wimlib/blobdiff - include/wimlib/wim.h
xml.c: refactor to use document tree
[wimlib] / include / wimlib / wim.h
index 011ecc345be1b051e35bc54b6b41eaddbc201b59..860a3236dd543abcc5770fbfb7027f9ac0554ca7 100644 (file)
@@ -11,7 +11,7 @@
 #include "wimlib/list.h"
 
 struct wim_image_metadata;
-struct wim_info;
+struct wim_xml_info;
 struct blob_table;
 
 /*
@@ -59,7 +59,7 @@ struct WIMStruct {
 
        /* Information from the XML data of the WIM file.  This information is
         * also maintained for a WIMStruct not backed by a file.  */
-       struct wim_info *wim_info;
+       struct wim_xml_info *xml_info;
 
        /* The blob table for this WIMStruct.  If this WIMStruct has a backing
         * file, then this table will index the blobs contained in that file.