]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
tagged_items: rename inode_set_tagged_data() to inode_set_tagged_item()
[wimlib] / include / wimlib / ntfs_3g.h
index 0ee9da26818428a5b187bddb690858fd913c4ed6..7909e43e73f0e0fe0111e9841a4be09152c2040a 100644 (file)
@@ -6,15 +6,12 @@
 #include "wimlib/types.h"
 
 struct blob_descriptor;
+struct consume_chunk_callback;
 struct ntfs_location;
-struct read_blob_callbacks;
-
-extern void
-libntfs3g_global_init(void);
 
 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);