New variable exclude_caches_option.

This commit is contained in:
Sergey Poznyakoff
2004-10-04 09:26:42 +00:00
parent 5db60955f5
commit 5b56886a72

View 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;