]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
resource: pass blob and offset to consume_chunk
[wimlib] / include / wimlib / ntfs_3g.h
index 0328348f105ee4cfd1aed93f032112ee5a8c48b2..7909e43e73f0e0fe0111e9841a4be09152c2040a 100644 (file)
@@ -6,12 +6,12 @@
 #include "wimlib/types.h"
 
 struct blob_descriptor;
+struct consume_chunk_callback;
 struct ntfs_location;
-struct read_blob_callbacks;
 
 extern int
 read_ntfs_attribute_prefix(const struct blob_descriptor *blob, u64 size,
-                          const struct read_blob_callbacks *cbs);
+                          const struct consume_chunk_callback *cb);
 
 extern struct ntfs_location *
 clone_ntfs_location(const struct ntfs_location *loc);