summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2010-06-26 13:18:30 -0400
committerTim Kientzle <kientzle@gmail.com>2010-06-26 13:18:30 -0400
commite8f0b5d1d07784f40977862b040765a57dc45d7a (patch)
treeec73035b27a4d588a506c271cd669da707843b71 /tar/bsdtar.h
parent288425caacac14936649277cfee9c8fcf669c722 (diff)
downloadlibarchive-e8f0b5d1d07784f40977862b040765a57dc45d7a.tar.gz
Use -b setting when interpolating archives.
Simplify the handling of -b values by setting a default early and then just using the value instead of duplicating the logic. SVN-Revision: 2503
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index b40bc419..35bacd70 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -51,6 +51,7 @@ struct bsdtar {
time_t newer_mtime_sec; /* --newer-mtime */
long newer_mtime_nsec; /* --newer-mtime-than */
int bytes_per_block; /* -b block_size */
+ int bytes_in_last_block; /* See -b handling. */
int verbose; /* -v */
int extract_flags; /* Flags for extract operation */
int strip_components; /* Remove this many leading dirs */