aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h9
1 files changed, 0 insertions, 9 deletions
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 <stddef.h>
-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);