From 7f37017e916d5ad66175b5408cefab8b622bdefc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Mar 2020 11:51:00 +0100 Subject: more renaming --- src/exchangedb/exchangedb_denomkeys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchangedb/exchangedb_denomkeys.c') 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)); -- cgit v1.2.3