From bfd932fb3470fa7250359da6ed5641182a10077c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 22 Jul 2023 22:26:21 +0200 Subject: sqfs2tar: replace hierarchy extraction with nested iterators Signed-off-by: David Oberhollenzer --- include/common.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index ca95ba6..ab6fccf 100644 --- a/include/common.h +++ b/include/common.h @@ -28,17 +28,8 @@ #include -typedef struct sqfs_hard_link_t { - struct sqfs_hard_link_t *next; - sqfs_u32 inode_number; - char *target; -} sqfs_hard_link_t; - void sqfs_perror(const char *file, const char *action, int error_code); -int sqfs_tree_find_hard_links(const sqfs_tree_node_t *root, - sqfs_hard_link_t **out); - /* A common implementation of the '--version' command line flag. */ void print_version(const char *progname); -- cgit v1.2.3