changed specification of SignatureMetaData struct
authorKarl-Heinz Zimmer <khz@kde.org>
Sun, 25 Nov 2001 20:31:36 +0000 (20:31 +0000)
committerKarl-Heinz Zimmer <khz@kde.org>
Sun, 25 Nov 2001 20:31:36 +0000 (20:31 +0000)
gpgmeplug/cryptplug.h

index 1e4a67ded88634444f619f7bc37305958445da2e..428483a3fec906af4b06b88d59d2bf06f4c3c76e 100644 (file)
@@ -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