aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgComponentManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/gpg/GpgComponentManager.h')
-rw-r--r--src/core/function/gpg/GpgComponentManager.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgComponentManager.h b/src/core/function/gpg/GpgComponentManager.h
index cfd6a99f..1048793f 100644
--- a/src/core/function/gpg/GpgComponentManager.h
+++ b/src/core/function/gpg/GpgComponentManager.h
@@ -73,6 +73,13 @@ class GPGFRONTEND_CORE_EXPORT GpgComponentManager
*/
auto GpgKillAgent() -> bool;
+ /**
+ * @brief
+ *
+ * @return auto
+ */
+ void Reset();
+
private:
GpgContext& ctx_ =
GpgContext::GetInstance(SingletonFunctionObject::GetChannel());