From 862054f6f2e9a08ccc051343d0dacde992ea1611 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Nov 2020 23:43:16 +0100 Subject: expose new endpoint functions via headers --- src/exchange/taler-exchange-httpd_auditors.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_auditors.c') diff --git a/src/exchange/taler-exchange-httpd_auditors.c b/src/exchange/taler-exchange-httpd_auditors.c index 3833a2014..60c633cf5 100644 --- a/src/exchange/taler-exchange-httpd_auditors.c +++ b/src/exchange/taler-exchange-httpd_auditors.c @@ -27,6 +27,7 @@ #include "taler_json_lib.h" #include "taler_mhd_lib.h" #include "taler_signatures.h" +#include "taler-exchange-httpd_auditors.h" #include "taler-exchange-httpd_responses.h" @@ -207,15 +208,6 @@ add_auditor_denom_sig (void *cls, } -/** - * Handle a "/auditors/$AUDITOR_PUB/$H_DENOM_PUB" request. - * - * @param connection the MHD connection to handle - * @param root uploaded JSON data - * @param auditor_pub public key of the auditor - * @param h_denom_pub hash of the denomination public key - * @return MHD result code - */ MHD_RESULT TEH_handler_management_denominations_auditors ( struct MHD_Connection *connection, -- cgit v1.2.3