summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-14 10:36:07 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-14 10:36:07 +0100
commitc5a9590a9a84eb4eee8536dfa1eef59d7126eeac (patch)
tree5e70dbe93e9c3b35a8bf00faba8f1ec856e9e8d6 /src/lib/config.h
parentf258388fd0a521f3d58a91e78c4460784f6700f3 (diff)
Extract check_certificates() method.
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 be4e6ecf1..e01eab780 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -1084,6 +1084,8 @@ public:
void rename_template (std::string old_name, std::string new_name) const;
void delete_template (std::string name) const;
+ boost::optional<BadReason> check_certificates () const;
+
static Config* instance ();
static void drop ();
static void restore_defaults ();