diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tar.h b/include/tar.h index 1f8ca7e..513e5bc 100644 --- a/include/tar.h +++ b/include/tar.h @@ -68,7 +68,8 @@ typedef struct { char *name; char *link_target; sparse_map_t *sparse; - uint64_t sparse_size; + uint64_t actual_size; + uint64_t record_size; bool unknown_record; } tar_header_decoded_t; |