X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fntfs_3g.h;h=499c1aa5eaaebd0f98393088a212a1c4767ac2c6;hp=00b9fbdd21cd47a214d7284bb14b90749fa84bd6;hb=5d3d469e410dc5f4a28814ad231336fc174cba56;hpb=349933ac7e49ee5a807396bfa27e2bf1684f4103 diff --git a/include/wimlib/ntfs_3g.h b/include/wimlib/ntfs_3g.h index 00b9fbdd..499c1aa5 100644 --- a/include/wimlib/ntfs_3g.h +++ b/include/wimlib/ntfs_3g.h @@ -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);