diff options
author | Karl-Heinz Zimmer <[email protected]> | 2002-06-27 08:21:58 +0000 |
---|---|---|
committer | Karl-Heinz Zimmer <[email protected]> | 2002-06-27 08:21:58 +0000 |
commit | 095eef179277e6bec2baf597652be35d6142d1f4 (patch) | |
tree | a7cae8d04ccf2e29dcdd333662fc90d039adbdf9 /gpgmeplug/cryptplug.h | |
parent | Bugfix: enable function receiverCertificateDaysLeftToExpiry(). (diff) | |
download | gpgme-095eef179277e6bec2baf597652be35d6142d1f4.tar.gz gpgme-095eef179277e6bec2baf597652be35d6142d1f4.zip |
Missing implementation bug fixed: Return both error id and error plain text from decryptMessage().
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r-- | gpgmeplug/cryptplug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index 7b544e6f..b978fb70 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1675,7 +1675,9 @@ bool decryptMessage( const char* ciphertext, bool cipherIsBinary, int cipherLen, const char** cleartext, - const char* certificate ); + const char* certificate, + int* errId, + char** errTxt ); /*! \ingroup groupCryptAct \brief Combines the functionality of |