aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.h b/context.h
index 66023ca..fd4277c 100644
--- a/context.h
+++ b/context.h
@@ -59,6 +59,7 @@ public:
~Context(); // Destructor
void importKey(QByteArray inBuffer);
+ void exportKeys(QList<QString> *uidList, QByteArray *outBuffer);
GpgKeyList listKeys();
void deleteKeys(QList<QString> *uidList);
bool encrypt(QList<QString> *uidList, const QByteArray &inBuffer,