X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=549ef6141ea3cda7e3d336d6da94601a8c0a3d88;hb=94f7d4e7c1b7f65b6a5e4d06786a495c0a9f6448;hp=6671137371a170994e39a2833c5594568f73f817;hpb=ae3238495de4ab6ce65dbed001ec47db87dd6acc;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 6671137..549ef61 100644 --- a/src/common.h +++ b/src/common.h @@ -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); void skip_file (off_t); void skip_member (void);