]> Dogcows Code - chaz/tar/commitdiff
(set_mtime_option,mtime_option): New globals
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 21 Jun 2006 10:39:58 +0000 (10:39 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 21 Jun 2006 10:39:58 +0000 (10:39 +0000)
src/common.h

index 7ce33b0ac90161db1131aad00eaa0eb740220817..6f496abe2ac429e65fad9b3053de7534b759689d 100644 (file)
@@ -197,6 +197,11 @@ GLOBAL bool multi_volume_option;
    do not get archived (also see after_date_option above).  */
 GLOBAL struct timespec newer_mtime_option;
 
+/* If true, override actual mtime (see below) */
+GLOBAL bool set_mtime_option;
+/* Value to be put in mtime header field instead of the actual mtime */
+GLOBAL struct timespec mtime_option;
+
 /* Return true if newer_mtime_option is initialized.  */
 #define NEWER_OPTION_INITIALIZED(opt) (0 <= (opt).tv_nsec)
 
This page took 0.025634 seconds and 4 git commands to generate.