1 #ifndef _WIMLIB_NTFS_3G_H
2 #define _WIMLIB_NTFS_3G_H
4 #include "wimlib/callback.h"
5 #include "wimlib/types.h"
7 struct wim_lookup_table_entry;
11 libntfs3g_global_init(void);
14 read_ntfs_file_prefix(const struct wim_lookup_table_entry *lte,
16 consume_data_callback_t cb,
21 do_ntfs_umount(struct _ntfs_volume *vol);