summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-10 17:04:26 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-10 17:04:26 +0100
commitb7fec238bd094d70df001c069cb9ac11056f907c (patch)
treeee699df73ccd6cccaf58fb32c3eeafc5af9913bf /src/fastd.h
parente1b955d0fa9e6d1280d9e27cb7545e5d582dea28 (diff)
downloadfastd-b7fec238bd094d70df001c069cb9ac11056f907c.tar
fastd-b7fec238bd094d70df001c069cb9ac11056f907c.zip
Add --verify-config option
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
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 {