aboutsummaryrefslogtreecommitdiff
path: root/difftool/sqfsdiff.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-21 15:21:32 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-21 15:22:01 +0200
commitb5d6fe8f20aed1304bb7531d35c6866563de078f (patch)
tree2a20093a64efe87bbc317478d21eee481968c909 /difftool/sqfsdiff.h
parent28a0007be711c18b4949689026845b46025aa566 (diff)
Also extract files in sqfsdiff that only exist in one of the two sources
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'difftool/sqfsdiff.h')
-rw-r--r--difftool/sqfsdiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/difftool/sqfsdiff.h b/difftool/sqfsdiff.h
index 836b499..36b97b6 100644
--- a/difftool/sqfsdiff.h
+++ b/difftool/sqfsdiff.h
@@ -48,7 +48,7 @@ enum {
COMPARE_EXTRACT_FILES = 0x20,
};
-int compare_dir_entries(tree_node_t *a, tree_node_t *b);
+int compare_dir_entries(sqfsdiff_t *sd, tree_node_t *a, tree_node_t *b);
char *node_path(tree_node_t *n);