diff options
Diffstat (limited to '')
-rw-r--r-- | include/gpg/GpgContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h index a68c6490..af390ff1 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -93,6 +93,8 @@ namespace GpgME { bool generateKey(GenKeyInfo *params); + bool generateSubkey(const GpgKey &key, GenKeyInfo *params); + void deleteKeys(QStringList *uidList); bool encrypt(QStringList *uidList, const QByteArray &inBuffer, |