From: Sergey Poznyakoff Date: Mon, 4 Oct 2004 09:26:42 +0000 (+0000) Subject: New variable exclude_caches_option. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5b56886a72a2488265afc762dbce81df31aa7e88;p=chaz%2Ftar New variable exclude_caches_option. --- diff --git a/src/common.h b/src/common.h index 6671137..d13bc0b 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;