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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.h b/src/backend/taler-merchant-httpd_auditors.h
index a0323941..1a05a78d 100644
--- a/src/backend/taler-merchant-httpd_auditors.h
+++ b/src/backend/taler-merchant-httpd_auditors.h
@@ -53,11 +53,13 @@ TMH_AUDITORS_init (const struct GNUNET_CONFIGURATION_Handle *cfg);
*
* @param mh mint issuing @a dk
* @param dk a denomination issued by @a mh
+ * @param mint_trusted #GNUNET_YES if the mint of @a dk is trusted by config
* @return #GNUNET_OK if we accept this denomination
*/
int
TMH_AUDITORS_check_dk (struct TALER_MINT_Handle *mh,
- const struct TALER_MINT_DenomPublicKey *dk);
+ const struct TALER_MINT_DenomPublicKey *dk,
+ int mint_trusted);
/**