summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchangedb_denomkeys.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
commit7f37017e916d5ad66175b5408cefab8b622bdefc (patch)
tree45dcefb3066f68a08a0529e803edd3770a5a247a /src/exchangedb/exchangedb_denomkeys.c
parent6cc516427b06f1fd1a72ee1b75da909e1ed38166 (diff)
downloadexchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.gz
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.bz2
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.zip
more renaming
Diffstat (limited to 'src/exchangedb/exchangedb_denomkeys.c')
-rw-r--r--src/exchangedb/exchangedb_denomkeys.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchangedb/exchangedb_denomkeys.c b/src/exchangedb/exchangedb_denomkeys.c
index 0edf811dc..01b04198f 100644
--- a/src/exchangedb/exchangedb_denomkeys.c
+++ b/src/exchangedb/exchangedb_denomkeys.c
@@ -107,7 +107,7 @@ TALER_EXCHANGEDB_denomination_key_revoke (const char *revocation_dir,
int
TALER_EXCHANGEDB_denomination_key_read (const char *filename,
struct
- TALER_EXCHANGEDB_DenominationKeyIssueInformation
+ TALER_EXCHANGEDB_DenominationKey
*dki)
{
uint64_t size;
@@ -186,7 +186,7 @@ TALER_EXCHANGEDB_denomination_key_read (const char *filename,
int
TALER_EXCHANGEDB_denomination_key_write (const char *filename,
const struct
- TALER_EXCHANGEDB_DenominationKeyIssueInformation
+ TALER_EXCHANGEDB_DenominationKey
*dki)
{
char *priv_enc;
@@ -276,7 +276,7 @@ denomkeys_iterate_keydir_iter (void *cls,
const char *filename)
{
struct DenomkeysIterateContext *dic = cls;
- struct TALER_EXCHANGEDB_DenominationKeyIssueInformation issue;
+ struct TALER_EXCHANGEDB_DenominationKey issue;
int ret;
memset (&issue, 0, sizeof (issue));