X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=4aea8b5c0424a4460582916e2cfa627c1e3cfeec;hb=01d61882973471f72122667e186331fdb6eee342;hp=f5e0545b550bce62d016eea83ab54bcaba2d3bae;hpb=759c5208c540ae763ed48f1bdfec069df805bd0a;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index f5e0545..4aea8b5 100644 --- a/src/common.h +++ b/src/common.h @@ -254,7 +254,7 @@ GLOBAL bool show_omitted_dirs_option; GLOBAL bool sparse_option; GLOBAL unsigned tar_sparse_major; GLOBAL unsigned tar_sparse_minor; - + GLOBAL bool starting_file_option; /* Specified maximum byte length of each tape volume (multiple of 1024). */ @@ -296,7 +296,7 @@ GLOBAL int archive; /* Nonzero when outputting to /dev/null. */ GLOBAL bool dev_null_output; -/* Timestamps: */ +/* Timestamps: */ GLOBAL struct timespec start_time; /* when we started execution */ GLOBAL struct timespec volume_start_time; /* when the current volume was opened*/ @@ -727,5 +727,3 @@ bool utf8_convert (bool to_utf, char const *input, char **output); void set_transform_expr (const char *expr); bool transform_name (char **pinput); bool transform_name_fp (char **pinput, char *(*fun)(char *)); - -