X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fresource.h;h=2fea2f579048759ce3d9b5c9784603b316694ce8;hb=7be4c8e5488e0a1d32918339fa80f3ea33bf48c6;hp=5cfbd45cb966d99b2375c3e546b8f95434a3c1b4;hpb=c48e2f84645abe34faec4994605d7a7b3b451672;p=wimlib 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);