From b5d6fe8f20aed1304bb7531d35c6866563de078f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 21 Aug 2019 15:21:32 +0200 Subject: Also extract files in sqfsdiff that only exist in one of the two sources Signed-off-by: David Oberhollenzer --- difftool/sqfsdiff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'difftool/sqfsdiff.h') 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); -- cgit v1.2.3