summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-07 13:07:06 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-07 13:07:06 +0100
commit40755a826d9f28be8ac69cfbab48a5ad1ad18961 (patch)
tree2898a7fe201add5dde1146a2603eb1a292e096ef /src/lib/config.h
parentcf7af490abb124631a775f5031f43ed58c0c1e4a (diff)
Initial nag for interface complexity.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index 58db9c280..c5ce59fbf 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -360,6 +360,8 @@ public:
NAG_ENCRYPTED_METADATA,
NAG_REMAKE_DECRYPTION_CHAIN,
NAG_BAD_SIGNER_CHAIN,
+ /* Not really a nag but it's the same idea */
+ NAG_INITIAL_SETUP,
NAG_COUNT
};