diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-14 10:36:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-20 00:53:59 +0100 |
| commit | cd0022156369886e29c85ccc51694a865f94ef3e (patch) | |
| tree | 6c8df9be172a0b3a41d8f199af044de6511a46f0 /src/lib/config.h | |
| parent | 6aaa9c822cf8373e7f24cae02f20345d0955458c (diff) | |
Extract check_certificates() method.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 9dc123426..686e30da3 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1113,6 +1113,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 (); |
