summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_auditors.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 19:27:00 +0200
committerMS <ms@taler.net>2020-10-09 19:27:00 +0200
commitc383b89f3d108fc10a06e3afcf03e44eafe838eb (patch)
tree232a72463ab303ef9a1ac75a0e97c82a01f6af40 /src/backend/taler-merchant-httpd_auditors.c
parent4d9bc219297df4816ba4cf5c1a452fe2e8079bbf (diff)
downloadmerchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.tar.gz
merchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.tar.bz2
merchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.zip
address doxygen warnings
(double definitions of @param)
Diffstat (limited to 'src/backend/taler-merchant-httpd_auditors.c')
-rw-r--r--src/backend/taler-merchant-httpd_auditors.c21
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)
{