]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
Refactor headers
[wimlib] / include / wimlib / ntfs_3g.h
diff --git a/include/wimlib/ntfs_3g.h b/include/wimlib/ntfs_3g.h
new file mode 100644 (file)
index 0000000..425d9df
--- /dev/null
@@ -0,0 +1,24 @@
+#ifndef _WIMLIB_NTFS_3G_H
+#define _WIMLIB_NTFS_3G_H
+
+#include "wimlib/callback.h"
+#include "wimlib/types.h"
+
+struct wim_lookup_table_entry;
+struct _ntfs_volume;
+
+extern void
+libntfs3g_global_init(void);
+
+extern int
+read_ntfs_file_prefix(const struct wim_lookup_table_entry *lte,
+                     u64 size,
+                     consume_data_callback_t cb,
+                     void *ctx_or_buf,
+                     int _ignored_flags);
+
+
+extern int
+do_ntfs_umount(struct _ntfs_volume *vol);
+
+#endif