]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_apply.c
Remove begin_stream callback flags
[wimlib] / src / ntfs-3g_apply.c
index d075d3d1f377666e4810c6f27f537cac77dc05b0..306daa5bf13e615dd1117eede54b83665f9ca7d1 100644 (file)
@@ -791,8 +791,7 @@ ntfs_3g_open_inode(struct wim_inode *inode, struct ntfs_3g_apply_ctx *ctx)
 }
 
 static int
-ntfs_3g_begin_extract_stream(struct wim_lookup_table_entry *stream,
-                            u32 flags, void *_ctx)
+ntfs_3g_begin_extract_stream(struct wim_lookup_table_entry *stream, void *_ctx)
 {
        struct ntfs_3g_apply_ctx *ctx = _ctx;
        const struct stream_owner *owners = stream_owners(stream);