aboutsummaryrefslogtreecommitdiff
path: root/config-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-parser.h')
-rw-r--r--config-parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-parser.h b/config-parser.h
index 08aa934..3446826 100644
--- a/config-parser.h
+++ b/config-parser.h
@@ -1,8 +1,9 @@
struct Config {
- int precision;
bool human_readable;
bool help;
+ bool multiline;
+ int precision;
};
typedef struct Config Config;
struct Result {