aboutsummaryrefslogtreecommitdiff
path: root/include/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tar.h')
-rw-r--r--include/tar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tar.h b/include/tar.h
index 6fdb22d..2819740 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -72,6 +72,7 @@ typedef struct {
char *name;
char *link_target;
tar_sparse_data_t *sparse;
+ uint64_t sparse_size;
bool unknown_record;
} tar_header_decoded_t;