diff options
| author | ame <[email protected]> | 2023-12-24 20:42:53 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-24 20:42:53 -0600 |
| commit | effd4b3cb361cd5f977704e06fc8c9954a5c0379 (patch) | |
| tree | 71c5d25f82a74b5aea439bb0fa0b53dcde4b62a9 /src/config.h | |
| parent | 2125ee40a74fad6d9c92f835dda590e35ffae0e5 (diff) | |
no newline option
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 15a4342..d50774d 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,8 @@ extern int _print_type; extern int _max_depth; extern int _start_nl_at; +extern int _collapse_all; + extern int _file_malloc_chunk; struct str_to_int { @@ -15,6 +17,7 @@ static struct str_to_int config_map[] = { {"file_chunksize", &_file_malloc_chunk}, {"print_type", &_print_type}, {"max_depth", &_max_depth}, + {"collapse_all", &_collapse_all}, {"start_nl_at", &_start_nl_at}, {NULL,NULL} }; |
