X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fwim.h;h=860a3236dd543abcc5770fbfb7027f9ac0554ca7;hb=62458ef728064652932d49fbab1116b2f2462fa8;hp=011ecc345be1b051e35bc54b6b41eaddbc201b59;hpb=a4204528d3fbd8b959025b897493cf68d5cbfc0f;p=wimlib diff --git a/include/wimlib/wim.h b/include/wimlib/wim.h index 011ecc34..860a3236 100644 --- a/include/wimlib/wim.h +++ b/include/wimlib/wim.h @@ -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.