diff options
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index 9cd35a5c..4021aa97 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -484,6 +484,7 @@ public: GpgME::Error wait(); GpgME::Error lastError() const; GpgME::Error cancelPendingOperation(); + GpgME::Error cancelPendingOperationImmediately(); class Private; const Private *impl() const |