aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-26 12:53:21 -0600
committerame <[email protected]>2023-12-26 12:53:21 -0600
commit730313437437a9495390b7c2f0a6eded3dbc2653 (patch)
treeb8cf0d057f32624e5f5336787d4db369a33c211a /src/config.h
parent8c0dc0f4baa231a359f9785da14b1df8e7a6c0ac (diff)
better pretty print
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index d50774d..8de4399 100644
--- a/src/config.h
+++ b/src/config.h
@@ -5,6 +5,7 @@ extern int _print_type;
extern int _max_depth;
extern int _start_nl_at;
extern int _collapse_all;
+extern int _collapse_to_memory;
extern int _file_malloc_chunk;
@@ -19,6 +20,7 @@ static struct str_to_int config_map[] = {
{"max_depth", &_max_depth},
{"collapse_all", &_collapse_all},
{"start_nl_at", &_start_nl_at},
+ {"collapse_to_memory", &_collapse_to_memory},
{NULL,NULL}
};