]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(checkpoint_option): Change type to unsigned
[chaz/tar] / src / common.h
index 713dab402b8c8cfeecabcb2d7ec3c38fb30210f2..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;
@@ -705,6 +713,7 @@ bool string_ascii_p (const char *str);
 bool utf8_convert (bool to_utf, char const *input, char **output);
 
 /* Module transform.c */
+void set_transform_expr (const char *expr);
 bool transform_name (char **pinput);
 bool transform_name_fp (char **pinput, char *(*fun)(char *));
      
This page took 0.022472 seconds and 4 git commands to generate.