summaryrefslogtreecommitdiff
path: root/include/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tar.h')
-rw-r--r--include/tar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tar.h b/include/tar.h
index 617148f..def36be 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -125,6 +125,9 @@ int write_tar_header(FILE *fp, const struct stat *sb, const char *name,
const char *slink_target, const tar_xattr_t *xattr,
unsigned int counter);
+int write_hard_link(FILE *fp, const struct stat *sb, const char *name,
+ const char *target, unsigned int counter);
+
/* calcuate and skip the zero padding */
int skip_padding(FILE *fp, sqfs_u64 size);