summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-03-04 16:02:07 +0100
committerChristian Grothoff <christian@grothoff.org>2021-03-04 16:02:07 +0100
commit2cb59820a8715a0fc7d57e9f321d0917aeb0ec03 (patch)
tree0ce75086b4bb24419032762442e27cca82ea944f /src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h
parent1ca25d6db21187dd82d83edbda11a507c16ec9f3 (diff)
downloadmerchant-2cb59820a8715a0fc7d57e9f321d0917aeb0ec03.tar.gz
merchant-2cb59820a8715a0fc7d57e9f321d0917aeb0ec03.tar.bz2
merchant-2cb59820a8715a0fc7d57e9f321d0917aeb0ec03.zip
fix #6785
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h b/src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h
index 3a47c42c..2acb42f0 100644
--- a/src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h
+++ b/src/backend/taler-merchant-httpd_private-post-instances-ID-auth.h
@@ -30,6 +30,7 @@
/**
* Change the instance's auth settings.
+ * This is the handler called using the instance's own authentication.
*
* @param rh context of the handler
* @param connection the MHD connection to handle
@@ -41,4 +42,19 @@ TMH_private_post_instances_ID_auth (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,
struct TMH_HandlerContext *hc);
+
+/**
+ * Change the instance's auth settings.
+ * 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_post_instances_default_ID_auth (const struct TMH_RequestHandler *rh,
+ struct MHD_Connection *connection,
+ struct TMH_HandlerContext *hc);
+
#endif