]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(from_header, tar_checksum): Changed declaration. All callers updated.
[chaz/tar] / src / common.h
index 6671137371a170994e39a2833c5594568f73f817..bdeaa0d4a9bbe425450c9632e6b75980d435f43b 100644 (file)
@@ -155,6 +155,9 @@ GLOBAL int check_links_option;
 /* Patterns that match file names to be excluded.  */
 GLOBAL struct exclude *excluded;
 
+/* Exclude directories containing a cache directory tag. */
+GLOBAL bool exclude_caches_option;
+
 /* Specified file containing names to work on.  */
 GLOBAL const char *files_from_option;
 
@@ -498,6 +501,7 @@ void print_for_mkdir (char *, int, mode_t);
 void print_header (struct tar_stat_info *, off_t);
 void read_and (void (*) (void));
 enum read_header read_header (bool);
+enum read_header tar_checksum (union block *header, bool silent);
 void skip_file (off_t);
 void skip_member (void);
 
This page took 0.02196 seconds and 4 git commands to generate.