From 5b56886a72a2488265afc762dbce81df31aa7e88 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 4 Oct 2004 09:26:42 +0000 Subject: [PATCH] New variable exclude_caches_option. --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.44.0