diff options
author | Karl-Heinz Zimmer <[email protected]> | 2001-11-25 20:31:36 +0000 |
---|---|---|
committer | Karl-Heinz Zimmer <[email protected]> | 2001-11-25 20:31:36 +0000 |
commit | aa51d5af330775f543086181a8c745c26758a2d8 (patch) | |
tree | 1b2d953604e865a88a653b6bec32cdf2fdf131db | |
parent | [Kalle] signature verification and decoding of encrypted mails (diff) | |
download | gpgme-aa51d5af330775f543086181a8c745c26758a2d8.tar.gz gpgme-aa51d5af330775f543086181a8c745c26758a2d8.zip |
changed specification of SignatureMetaData struct
Diffstat (limited to '')
-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 1e4a67de..428483a3 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -916,7 +916,9 @@ bool signMessage( const char* cleartext, Dummy!! To be replaced by real structure information... */ struct SignatureMetaData { - int data; + char* status; + char* extStatus; + char* nota_xml; }; /*! \ingroup groupSignAct |