]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_capture.c
Rewrite of write_stream_list(), and writing packed resources
[wimlib] / src / ntfs-3g_capture.c
index 7a07cd3efe24a9a853d3dfc44c44e3fc3ca077d3..17fa9f06902339cd36d39c640d5368c9542a7b8f 100644 (file)
@@ -75,11 +75,8 @@ open_ntfs_attr(ntfs_inode *ni, struct ntfs_location *loc)
 }
 
 int
-read_ntfs_file_prefix(const struct wim_lookup_table_entry *lte,
-                     u64 size,
-                     consume_data_callback_t cb,
-                     void *cb_ctx,
-                     int _ignored_flags)
+read_ntfs_file_prefix(const struct wim_lookup_table_entry *lte, u64 size,
+                     consume_data_callback_t cb, void *cb_ctx)
 {
        struct ntfs_location *loc = lte->ntfs_loc;
        ntfs_volume *vol = loc->ntfs_vol;