diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tar.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/tar.h b/include/tar.h index 5ac0763..e6a506a 100644 --- a/include/tar.h +++ b/include/tar.h @@ -74,6 +74,10 @@ typedef struct {  	uint64_t record_size;  	bool unknown_record;  	tar_xattr_t *xattr; + +	/* broken out since struct stat could contain +	   32 bit values on 32 bit systems. */ +	int64_t mtime;  } tar_header_decoded_t;  #define TAR_TYPE_FILE '0' | 
