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 3d2b6e6..072af02 100644
--- a/difftool/difftool.h
+++ b/difftool/difftool.h
@@ -33,6 +33,7 @@ enum {
COMPARE_NO_PERM = 0x01,
COMPARE_NO_OWNER = 0x02,
COMPARE_NO_CONTENTS = 0x04,
+ COMPARE_TIMESTAMP = 0x08,
};
int compare_dir_entries(tree_node_t *a, tree_node_t *b);