diff options
Diffstat (limited to 'config-parser.h')
-rw-r--r-- | config-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-parser.h b/config-parser.h index 3446826..a2988f0 100644 --- a/config-parser.h +++ b/config-parser.h @@ -1,5 +1,6 @@ struct Config { + bool forward; bool human_readable; bool help; bool multiline; |