From 55914564db1ce7a4fc71e9dc34156aa144661d0d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 6 Aug 2019 16:55:41 +0200 Subject: Add flag to sqfsdiff to skip comparing filesystem contents Signed-off-by: David Oberhollenzer --- difftool/difftool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'difftool/difftool.h') diff --git a/difftool/difftool.h b/difftool/difftool.h index f7739c4..3d2b6e6 100644 --- a/difftool/difftool.h +++ b/difftool/difftool.h @@ -32,6 +32,7 @@ extern sqfs_reader_t sqfs_b; enum { COMPARE_NO_PERM = 0x01, COMPARE_NO_OWNER = 0x02, + COMPARE_NO_CONTENTS = 0x04, }; int compare_dir_entries(tree_node_t *a, tree_node_t *b); -- cgit v1.2.3