diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-04 11:51:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-04 11:51:00 +0100 |
commit | 7f37017e916d5ad66175b5408cefab8b622bdefc (patch) | |
tree | 45dcefb3066f68a08a0529e803edd3770a5a247a /src/exchangedb/exchangedb_denomkeys.c | |
parent | 6cc516427b06f1fd1a72ee1b75da909e1ed38166 (diff) |
more renaming
Diffstat (limited to 'src/exchangedb/exchangedb_denomkeys.c')
-rw-r--r-- | src/exchangedb/exchangedb_denomkeys.c | 6 |
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)); |