]> Dogcows Code - chaz/tar/commitdiff
(tar_sparse_major,tar_sparse_minor): New globals.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 23 Jun 2006 15:20:06 +0000 (15:20 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 23 Jun 2006 15:20:06 +0000 (15:20 +0000)
src/common.h

index 6f496abe2ac429e65fad9b3053de7534b759689d..dcca36eedcc8e3cb8e5a262c439a1825a58a825b 100644 (file)
@@ -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).  */
This page took 0.02408 seconds and 4 git commands to generate.