]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
wimlib.h: document added behavior of WIMLIB_ADD_FLAG_WIMBOOT
[wimlib] / include / wimlib / ntfs_3g.h
index 2641801f31811bc04536fd102cb4031b39d4f1a1..0ee9da26818428a5b187bddb690858fd913c4ed6 100644 (file)
@@ -3,18 +3,18 @@
 
 #ifdef WITH_NTFS_3G
 
-#include "wimlib/callback.h"
 #include "wimlib/types.h"
 
 struct blob_descriptor;
 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,
-                          consume_data_callback_t cb, void *cb_ctx);
+                          const struct read_blob_callbacks *cbs);
 
 extern struct ntfs_location *
 clone_ntfs_location(const struct ntfs_location *loc);