From aa51d5af330775f543086181a8c745c26758a2d8 Mon Sep 17 00:00:00 2001 From: Karl-Heinz Zimmer Date: Sun, 25 Nov 2001 20:31:36 +0000 Subject: [PATCH] changed specification of SignatureMetaData struct --- gpgmeplug/cryptplug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index 1e4a67d..428483a 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 -- 2.26.2