summaryrefslogtreecommitdiff
path: root/src/managment/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/managment/settings.hpp')
-rw-r--r--src/managment/settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/managment/settings.hpp b/src/managment/settings.hpp
index ff78af6..9b34c2c 100644
--- a/src/managment/settings.hpp
+++ b/src/managment/settings.hpp
@@ -13,6 +13,7 @@ namespace smtp::manage
~Settings() = default;
bool SetSettings( manage::SettingsFields const& settings_fields ) const;
+ std::string GetSettings() const;
bool IsNeedAuth() const noexcept;
bool IsNeedSsl() const noexcept;