diff options
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 | 
