diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 60dd975a..a16d03e8 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -275,7 +275,7 @@ void gpgme_cancel (GpgmeCtx ctx); /* Process the pending operation and, if HANG is non-zero, wait for the pending operation to finish. */ -GpgmeCtx gpgme_wait (GpgmeCtx ctx, int hang); +GpgmeCtx gpgme_wait (GpgmeCtx ctx, GpgmeError *status, int hang); /* Functions to handle recipients. */ |