aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgKeyGetter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg/function/GpgKeyGetter.h')
-rw-r--r--src/gpg/function/GpgKeyGetter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpg/function/GpgKeyGetter.h b/src/gpg/function/GpgKeyGetter.h
index c8f5d73a..3af51815 100644
--- a/src/gpg/function/GpgKeyGetter.h
+++ b/src/gpg/function/GpgKeyGetter.h
@@ -43,6 +43,10 @@ class GpgKeyGetter : public SingletonFunctionObject<GpgKeyGetter> {
KeyLinkListPtr FetchKey();
+ static KeyListPtr GetKeysCopy(const KeyListPtr& keys);
+
+ static KeyLinkListPtr GetKeysCopy(const KeyLinkListPtr& keys);
+
private:
GpgContext& ctx =
GpgContext::GetInstance(SingletonFunctionObject::GetDefaultChannel());