aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r--include/gpg/GpgContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h
index eed7afe2..1e5334d1 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -77,6 +77,8 @@ namespace GpgME {
bool exportKeys(QStringList *uidList, QByteArray *outBuffer);
+ bool exportKeys(const QVector<GpgKey> &keys, QByteArray &outBuffer);
+
bool generateKey(GenKeyInfo *params);
bool generateSubkey(const GpgKey &key, GenKeyInfo *params);