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