From da2dbf9f9bd1a244a618b9dc141a9fcb19b23427 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 6 Aug 2019 16:46:49 +0200 Subject: Add flag to sqfsdiff to compare the fields in the super block Signed-off-by: David Oberhollenzer --- difftool/difftool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'difftool/difftool.h') 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 */ -- cgit v1.2.3