]> wimlib.net Git - wimlib/blobdiff - include/wimlib/resource.h
WIMBoot: Update WimOverlay.dat directly when WOF not running
[wimlib] / include / wimlib / resource.h
index 38ce568c6a210b6c1bd0866c14f90987ea5ddb63..2eab7bee0cd0a04c7f3c03834cbfa1f058dff628 100644 (file)
@@ -203,6 +203,10 @@ extern int
 wim_reshdr_to_data(const struct wim_reshdr *reshdr,
                   WIMStruct *wim, void **buf_ret);
 
+extern int
+wim_reshdr_to_hash(const struct wim_reshdr *reshdr, WIMStruct *wim,
+                  u8 hash[SHA1_HASH_SIZE]);
+
 extern int
 skip_wim_stream(struct wim_lookup_table_entry *lte);