summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_auditors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_auditors.h')
-rw-r--r--src/backend/taler-merchant-httpd_auditors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.h b/src/backend/taler-merchant-httpd_auditors.h
index 410f34d7..a0323941 100644
--- a/src/backend/taler-merchant-httpd_auditors.h
+++ b/src/backend/taler-merchant-httpd_auditors.h
@@ -57,7 +57,7 @@ TMH_AUDITORS_init (const struct GNUNET_CONFIGURATION_Handle *cfg);
*/
int
TMH_AUDITORS_check_dk (struct TALER_MINT_Handle *mh,
- struct TALER_MINT_DenomPublicKey *dk);
+ const struct TALER_MINT_DenomPublicKey *dk);
/**