Closure to collect_files_cb. More...
Data Fields | |
char ** | files |
Collected files from globbing. More... | |
unsigned int | files_length |
Size of the files array. More... | |
Closure to collect_files_cb.
Definition at line 355 of file configuration.c.
char** CollectFilesContext::files |
Collected files from globbing.
Definition at line 360 of file configuration.c.
unsigned int CollectFilesContext::files_length |
Size of the files array.
Definition at line 365 of file configuration.c.