X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=3b91f464c5a62d0f39779e327d3b76e8c36a3d5d;hb=fc61c174100019859fc3ae930a18839cd316be6e;hp=d2de528e0e94809eef7fa0efbb1e3a8975faa3ad;hpb=2981fcc5cbb63080f24f59570ea7fde8efc9bb34;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index d2de528..3b91f46 100644 --- a/src/common.h +++ b/src/common.h @@ -105,6 +105,8 @@ GLOBAL bool absolute_names_option; /* Display file times in UTC */ GLOBAL bool utc_option; +/* Output file timestamps to the full resolution */ +GLOBAL bool full_time_option; /* This variable tells how to interpret newer_mtime_option, below. If zero, files get archived if their mtime is not less than newer_mtime_option.