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/include | |
parent | 6cc516427b06f1fd1a72ee1b75da909e1ed38166 (diff) |
more renaming
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_lib.h | 6 | ||||
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index 59864dd4d..91c7d7fa8 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -105,7 +105,7 @@ typedef int (*TALER_EXCHANGEDB_DenominationKeyIterator)(void *cls, const char *alias, const struct - TALER_EXCHANGEDB_DenominationKeyIssueInformation + TALER_EXCHANGEDB_DenominationKey *dki); @@ -194,7 +194,7 @@ TALER_EXCHANGEDB_denomination_key_revoke (const char *revocation_dir, int TALER_EXCHANGEDB_denomination_key_write (const char *filename, const struct - TALER_EXCHANGEDB_DenominationKeyIssueInformation + TALER_EXCHANGEDB_DenominationKey *dki); @@ -208,7 +208,7 @@ TALER_EXCHANGEDB_denomination_key_write (const char *filename, int TALER_EXCHANGEDB_denomination_key_read (const char *filename, struct - TALER_EXCHANGEDB_DenominationKeyIssueInformation + TALER_EXCHANGEDB_DenominationKey *dki); diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 795c6d7be..1089bec5a 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -80,7 +80,7 @@ GNUNET_NETWORK_STRUCT_END * @brief All information about a denomination key (which is used to * sign coins into existence). */ -struct TALER_EXCHANGEDB_DenominationKeyIssueInformation +struct TALER_EXCHANGEDB_DenominationKey { /** * The private key of the denomination. Will be NULL if the private |