From: Sergey Poznyakoff Date: Fri, 23 Jun 2006 15:20:06 +0000 (+0000) Subject: (tar_sparse_major,tar_sparse_minor): New globals. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=2e1f904f2c14a8ac8a5b5f4773c4ab551e99f4d9;p=chaz%2Ftar (tar_sparse_major,tar_sparse_minor): New globals. --- 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). */