ftwin 0.8.10
|
A structure to hold pointers to the various regex string options. More...
Data Fields | |
char ** | ignore_regex |
Pointer to the ignore regex string. | |
char ** | whitelist_regex |
Pointer to the whitelist regex string. | |
char ** | archive_regex |
Pointer to the archive regex string. | |
A structure to hold pointers to the various regex string options.
This is used to avoid passing multiple char **
arguments to helper functions, which can be error-prone (swappable parameters).
Definition at line 304 of file ft_config.c.