summaryrefslogtreecommitdiff
path: root/difftool/difftool.h
diff options
context:
space:
mode:
Diffstat (limited to 'difftool/difftool.h')
-rw-r--r--difftool/difftool.h1
1 files changed, 1 insertions, 0 deletions
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);