ftwin 0.8.10
regex_options Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: