diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-03-10 17:04:26 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-03-10 17:04:26 +0100 |
commit | b7fec238bd094d70df001c069cb9ac11056f907c (patch) | |
tree | ee699df73ccd6cccaf58fb32c3eeafc5af9913bf /src/fastd.h | |
parent | e1b955d0fa9e6d1280d9e27cb7545e5d582dea28 (diff) | |
download | fastd-b7fec238bd094d70df001c069cb9ac11056f907c.tar fastd-b7fec238bd094d70df001c069cb9ac11056f907c.zip |
Add --verify-config option
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h index 219dc2e..bad7e66 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -242,6 +242,7 @@ struct fastd_config { bool machine_readable; bool generate_key; bool show_key; + bool verify_config; }; struct fastd_context { |