X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fresource.h;h=2fea2f579048759ce3d9b5c9784603b316694ce8;hp=5cfbd45cb966d99b2375c3e546b8f95434a3c1b4;hb=b82856cb22783df0e19990eb68d3694753f52220;hpb=bf06d7c97be31ca199d19af76cdfd2dc5c38c6de;ds=sidebyside diff --git a/include/wimlib/resource.h b/include/wimlib/resource.h index 5cfbd45c..2fea2f57 100644 --- a/include/wimlib/resource.h +++ b/include/wimlib/resource.h @@ -123,6 +123,11 @@ extern void wim_reshdr_to_desc(const struct wim_reshdr *reshdr, WIMStruct *wim, struct wim_resource_descriptor *rdesc); +extern void +wim_reshdr_to_desc_and_blob(const struct wim_reshdr *reshdr, WIMStruct *wim, + struct wim_resource_descriptor *rdesc, + struct blob_descriptor *blob); + extern void get_wim_reshdr(const struct wim_reshdr_disk *disk_reshdr, struct wim_reshdr *reshdr);