From 2cb59820a8715a0fc7d57e9f321d0917aeb0ec03 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 Mar 2021 16:02:07 +0100 Subject: fix #6785 --- .../taler-merchant-httpd_private-patch-instances-ID.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/backend/taler-merchant-httpd_private-patch-instances-ID.h') diff --git a/src/backend/taler-merchant-httpd_private-patch-instances-ID.h b/src/backend/taler-merchant-httpd_private-patch-instances-ID.h index 5fe29645..d96bb7b3 100644 --- a/src/backend/taler-merchant-httpd_private-patch-instances-ID.h +++ b/src/backend/taler-merchant-httpd_private-patch-instances-ID.h @@ -29,6 +29,7 @@ /** * PATCH configuration of an existing instance, given its configuration. + * This is the handler called using the instance's own authentication. * * @param rh context of the handler * @param connection the MHD connection to handle @@ -40,4 +41,19 @@ TMH_private_patch_instances_ID (const struct TMH_RequestHandler *rh, struct MHD_Connection *connection, struct TMH_HandlerContext *hc); + +/** + * PATCH configuration of an existing instance, given its configuration. + * This is the handler called using the default instance's authentication. + * + * @param rh context of the handler + * @param connection the MHD connection to handle + * @param[in,out] hc context with further information about the request + * @return MHD result code + */ +MHD_RESULT +TMH_private_patch_instances_default_ID (const struct TMH_RequestHandler *rh, + struct MHD_Connection *connection, + struct TMH_HandlerContext *hc); + #endif -- cgit v1.2.3