]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
Refactor some of the dentry, inode, and lookup table code
[wimlib] / include / wimlib / ntfs_3g.h
index 00b9fbdd21cd47a214d7284bb14b90749fa84bd6..499c1aa5eaaebd0f98393088a212a1c4767ac2c6 100644 (file)
@@ -7,6 +7,17 @@
 struct wim_lookup_table_entry;
 struct _ntfs_volume;
 
+#ifdef WITH_NTFS_3G
+struct _ntfs_volume;
+struct ntfs_location {
+       tchar *path;
+       utf16lechar *stream_name;
+       u16 stream_name_nchars;
+       struct _ntfs_volume *ntfs_vol;
+       bool is_reparse_point;
+};
+#endif
+
 extern void
 libntfs3g_global_init(void);