aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 1 deletions
diff --git a/include/tar.h b/include/tar.h
index cb56ff0..44db5fe 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -113,7 +113,8 @@ typedef struct {
headers need to be generated.
*/
int write_tar_header(int fd, const struct stat *sb, const char *name,
- const char *slink_target, unsigned int counter);
+ const char *slink_target, const tar_xattr_t *xattr,
+ unsigned int counter);
/* calcuate and skip the zero padding */
int skip_padding(int fd, uint64_t size);