aboutsummaryrefslogtreecommitdiff
path: root/contrib/tar/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tar/src/common.h')
-rw-r--r--contrib/tar/src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tar/src/common.h b/contrib/tar/src/common.h
index 40e0ab61d78f..ee2548e7d37e 100644
--- a/contrib/tar/src/common.h
+++ b/contrib/tar/src/common.h
@@ -124,6 +124,9 @@ GLOBAL size_t record_size;
/* Boolean value. */
GLOBAL int absolute_names_option;
+/* Allow GNUTYPE_NAMES type? */
+GLOBAL bool allow_name_mangling_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.
If nonzero, files get archived if *either* their ctime or mtime is not less