]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
Warn rather than abort if SHA-1 is same but size is different
[wimlib] / include / wimlib / blob_table.h
index f15c61175c45d86785b8e0f65d9f44aac0053af9..d16f5a243a99e5e5de8e63d6a72c1c289b70c4f8 100644 (file)
@@ -412,7 +412,7 @@ new_blob_from_data_buffer(const void *buffer, size_t size,
 extern struct blob_descriptor *
 after_blob_hashed(struct blob_descriptor *blob,
                  struct blob_descriptor **back_ptr,
-                 struct blob_table *blob_table);
+                 struct blob_table *blob_table, struct wim_inode *inode);
 
 extern int
 hash_unhashed_blob(struct blob_descriptor *blob, struct blob_table *blob_table,