projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e24b66
)
changed specification of SignatureMetaData struct
author
Karl-Heinz Zimmer
<khz@kde.org>
Sun, 25 Nov 2001 20:31:36 +0000
(20:31 +0000)
committer
Karl-Heinz Zimmer
<khz@kde.org>
Sun, 25 Nov 2001 20:31:36 +0000
(20:31 +0000)
gpgmeplug/cryptplug.h
patch
|
blob
|
history
diff --git
a/gpgmeplug/cryptplug.h
b/gpgmeplug/cryptplug.h
index 1e4a67ded88634444f619f7bc37305958445da2e..428483a3fec906af4b06b88d59d2bf06f4c3c76e 100644
(file)
--- 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