diff options
Diffstat (limited to 'gpgme/gpgme.h')
| -rw-r--r-- | gpgme/gpgme.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 8740469f..569752fd 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -1120,6 +1120,9 @@ unsigned long gpgme_key_sig_get_ulong_attr (gpgme_key_t key, int uid_idx,  /* Cancel a pending asynchronous operation.  */  gpgme_error_t gpgme_cancel (gpgme_ctx_t ctx); +/* Cancel a pending operation asynchronously.  */ +gpgme_error_t gpgme_cancel_async (gpgme_ctx_t ctx); +  struct _gpgme_invalid_key  { | 
