diff options
Diffstat (limited to 'difftool/difftool.h')
-rw-r--r-- | difftool/difftool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/difftool/difftool.h b/difftool/difftool.h index 4b6173a..23a161c 100644 --- a/difftool/difftool.h +++ b/difftool/difftool.h @@ -45,4 +45,6 @@ int compare_files(file_info_t *a, file_info_t *b, const char *path); int node_compare(tree_node_t *a, tree_node_t *b); +int compare_super_blocks(const sqfs_super_t *a, const sqfs_super_t *b); + #endif /* DIFFTOOL_H */ |