X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fntfs_3g.h;h=499c1aa5eaaebd0f98393088a212a1c4767ac2c6;hb=ad8c3f70361e25b7c1bbc46d4429749c7215fa12;hp=fd93fa7b8ae7d2e595b0c5e9533910060668df81;hpb=49a63aa13cdeb4c1348697ccd92207a1a65ec7b0;p=wimlib diff --git a/include/wimlib/ntfs_3g.h b/include/wimlib/ntfs_3g.h index fd93fa7b..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); @@ -14,9 +25,7 @@ extern int read_ntfs_file_prefix(const struct wim_lookup_table_entry *lte, u64 size, consume_data_callback_t cb, - u32 in_chunk_size, - void *ctx_or_buf, - int _ignored_flags); + void *cb_ctx); extern int