summaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-10-26 11:02:11 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 09:23:14 +0200
commit7ac57acb18e4b4644afab2adc61e1b0c6607464c (patch)
tree7cbd47e40884a48314fcb425a32d08ff653013eb /src/auditor/report-lib.h
parentf1237f1923513f1de4a78c1ee21564b622b541b7 (diff)
downloadexchange-7ac57acb18e4b4644afab2adc61e1b0c6607464c.tar.gz
exchange-7ac57acb18e4b4644afab2adc61e1b0c6607464c.tar.bz2
exchange-7ac57acb18e4b4644afab2adc61e1b0c6607464c.zip
fix auditor FTBFS
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r--src/auditor/report-lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h
index 7c01b1685..3f4489763 100644
--- a/src/auditor/report-lib.h
+++ b/src/auditor/report-lib.h
@@ -101,7 +101,7 @@ TALER_ARL_report (json_t *array,
*/
enum GNUNET_DB_QueryStatus
TALER_ARL_get_denomination_info_by_hash (
- const struct GNUNET_HashCode *dh,
+ const struct TALER_DenominationHash *dh,
const struct TALER_DenominationKeyValidityPS **issue);
@@ -118,7 +118,7 @@ enum GNUNET_DB_QueryStatus
TALER_ARL_get_denomination_info (
const struct TALER_DenominationPublicKey *denom_pub,
const struct TALER_DenominationKeyValidityPS **issue,
- struct GNUNET_HashCode *dh);
+ struct TALER_DenominationHash *dh);
/**