X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fblob_table.h;fp=include%2Fwimlib%2Fblob_table.h;h=d16f5a243a99e5e5de8e63d6a72c1c289b70c4f8;hp=f15c61175c45d86785b8e0f65d9f44aac0053af9;hb=ba8edbaf442ff0b30ca9ee1d16a4a646876ed94c;hpb=cc187fadce655d4806d450af8936c4c807ba18b8 diff --git a/include/wimlib/blob_table.h b/include/wimlib/blob_table.h index f15c6117..d16f5a24 100644 --- a/include/wimlib/blob_table.h +++ b/include/wimlib/blob_table.h @@ -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,