diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd_auditors.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_auditors.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c index b75952f6..1609e2b1 100644 --- a/src/backend/taler-merchant-httpd_auditors.c +++ b/src/backend/taler-merchant-httpd_auditors.c @@ -61,19 +61,6 @@ static unsigned int nauditors; */ json_t *j_auditors; - -/** - * Check if the given @a dk issued by exchange @a mh is audited by - * an auditor that is acceptable for this merchant. (And if the - * denomination is not yet expired or something silly like that.) - * - * @param mh exchange issuing @a dk - * @param dk a denomination issued by @a mh - * @param exchange_trusted true if the exchange of @a dk is trusted by config - * @param[out] hc HTTP status code to return (on error) - * @param[out] ec Taler error code to return (on error) - * @return #GNUNET_OK - */ int TMH_AUDITORS_check_dk (struct TALER_EXCHANGE_Handle *mh, const struct TALER_EXCHANGE_DenomPublicKey *dk, @@ -229,14 +216,6 @@ parse_auditors (void *cls, auditor); } - -/** - * Parses auditor information from the configuration. - * - * @param cfg the configuration - * @return the number of auditors found; #GNUNET_SYSERR upon error in - * parsing. - */ int TMH_AUDITORS_init (const struct GNUNET_CONFIGURATION_Handle *cfg) { |