]> Dogcows Code - chaz/tar/commitdiff
(checkpoint_option): Change type to unsigned
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 8 Jun 2006 22:34:56 +0000 (22:34 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 8 Jun 2006 22:34:56 +0000 (22:34 +0000)
(checkpoint_style): New variable.

src/common.h

index da89ad0c95efca2ad8bef0c092d289199bee9a9e..99c6f6fc2f1a7174da8db7ab89975b320fa92d15 100644 (file)
@@ -129,7 +129,15 @@ GLOBAL enum backup_type backup_type;
 
 GLOBAL bool block_number_option;
 
-GLOBAL bool checkpoint_option;
+GLOBAL unsigned checkpoint_option;
+
+enum checkpoint_style
+  {
+    checkpoint_text,
+    checkpoint_dot
+  };
+
+GLOBAL enum checkpoint_style checkpoint_style;
 
 /* Specified name of compression program, or "gzip" as implied by -z.  */
 GLOBAL const char *use_compress_program_option;
This page took 0.027075 seconds and 4 git commands to generate.