]> 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 2641801f31811bc04536fd102cb4031b39d4f1a1..7909e43e73f0e0fe0111e9841a4be09152c2040a 100644 (file)
@@ -3,18 +3,15 @@
 
 #ifdef WITH_NTFS_3G
 
-#include "wimlib/callback.h"
 #include "wimlib/types.h"
 
 struct blob_descriptor;
+struct consume_chunk_callback;
 struct ntfs_location;
 
-extern void
-libntfs3g_global_init(void);
-
 extern int
 read_ntfs_attribute_prefix(const struct blob_descriptor *blob, u64 size,
-                          consume_data_callback_t cb, void *cb_ctx);
+                          const struct consume_chunk_callback *cb);
 
 extern struct ntfs_location *
 clone_ntfs_location(const struct ntfs_location *loc);