]> wimlib.net Git - wimlib/blobdiff - include/wimlib/resource.h
New helper: wim_reshdr_to_desc_and_blob()
[wimlib] / include / wimlib / resource.h
index 5cfbd45cb966d99b2375c3e546b8f95434a3c1b4..2fea2f579048759ce3d9b5c9784603b316694ce8 100644 (file)
@@ -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);