X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=d13bc0baa822c8f399862dceb8024f9230d02fca;hb=53a80edafc13777b56130d187ecdf4128e5526bd;hp=6671137371a170994e39a2833c5594568f73f817;hpb=ae3238495de4ab6ce65dbed001ec47db87dd6acc;p=chaz%2Ftar 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;