From 2e1f904f2c14a8ac8a5b5f4773c4ab551e99f4d9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 23 Jun 2006 15:20:06 +0000 Subject: [PATCH] (tar_sparse_major,tar_sparse_minor): New globals. --- src/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 6f496ab..dcca36e 100644 --- a/src/common.h +++ b/src/common.h @@ -252,7 +252,9 @@ GLOBAL size_t strip_name_components; 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). */ -- 2.44.0