diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-15 18:08:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-15 18:08:04 +0100 |
commit | 126cd5b3fff4a6d78400e16d121fd381c47e20af (patch) | |
tree | 3f81d52968a59f409d4c079e2deb648cf8523a79 /src/mint/key_io.h | |
parent | af79e61f4deee64c9fbec443f37b8bcada8e5cd6 (diff) |
identifying where key_io still needs to be adapted
Diffstat (limited to 'src/mint/key_io.h')
-rw-r--r-- | src/mint/key_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mint/key_io.h b/src/mint/key_io.h index aa59213c..2f3f5fea 100644 --- a/src/mint/key_io.h +++ b/src/mint/key_io.h @@ -39,6 +39,8 @@ #define DIR_DENOMKEYS "denomkeys" +GNUNET_NETWORK_STRUCT_BEGIN + /** * On disk format used for a mint signing key. Signing keys are used * by the mint to affirm its messages, but not to create coins. @@ -58,6 +60,8 @@ struct TALER_MINT_SignKeyIssuePriv struct TALER_MINT_SignKeyIssue issue; }; +GNUNET_NETWORK_STRUCT_END + /** * All information about a denomination key (which is used to |