diff options
Diffstat (limited to 'difftool/difftool.h')
-rw-r--r-- | difftool/difftool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/difftool/difftool.h b/difftool/difftool.h index 072af02..4b6173a 100644 --- a/difftool/difftool.h +++ b/difftool/difftool.h @@ -34,6 +34,7 @@ enum { COMPARE_NO_OWNER = 0x02, COMPARE_NO_CONTENTS = 0x04, COMPARE_TIMESTAMP = 0x08, + COMPARE_INODE_NUM = 0x10, }; int compare_dir_entries(tree_node_t *a, tree_node_t *b); |