From 544ba42f445cbff2f544d7e1c83aaffcfa75af3a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Feb 2022 00:23:23 +0100 Subject: -big renaming of structs for consistent naming with P suffix --- src/auditor/report-lib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/auditor/report-lib.c') diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index b59846364..03307aaeb 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -172,7 +172,7 @@ add_denomination ( enum GNUNET_DB_QueryStatus TALER_ARL_get_denomination_info_by_hash ( - const struct TALER_DenominationHash *dh, + const struct TALER_DenominationHashP *dh, const struct TALER_DenominationKeyValidityPS **issue) { enum GNUNET_DB_QueryStatus qs; @@ -245,9 +245,9 @@ enum GNUNET_DB_QueryStatus TALER_ARL_get_denomination_info ( const struct TALER_DenominationPublicKey *denom_pub, const struct TALER_DenominationKeyValidityPS **issue, - struct TALER_DenominationHash *dh) + struct TALER_DenominationHashP *dh) { - struct TALER_DenominationHash hc; + struct TALER_DenominationHashP hc; if (NULL == dh) dh = &hc; -- cgit v1.2.3