aboutsummaryrefslogtreecommitdiff
path: root/config-parser.h
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2024-05-31 15:29:42 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2024-06-30 08:31:37 +0300
commit576b7a70dbf6c43651dc77db3a0104c019eed018 (patch)
tree6ca087eb2e3bd27d876ad2842d67cee2d7e09cbf /config-parser.h
parent41de123de0453274fb2e5b2192548ce274ad8deb (diff)
downloadstdu-work/1.1.0.tar.gz
stdu-work/1.1.0.zip
Added `--forward`work/1.1.0
Diffstat (limited to 'config-parser.h')
-rw-r--r--config-parser.h1
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;