diff options
author | priscilla <priscilla.huang@efrei.net> | 2023-01-12 06:41:58 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2023-01-12 06:41:58 -0500 |
commit | 71c2621fbd1077c8664c04cacd1b1a1502c5c90f (patch) | |
tree | ca66e6ecbcf43b94bf97584eadcbe8a320cfe451 /src/backend/taler-merchant-httpd_private-patch-pending-webhooks-ID.h | |
parent | f129942b7c58058c495f99491fc34f85c5ba05a7 (diff) |
update
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-patch-pending-webhooks-ID.h')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-patch-pending-webhooks-ID.h | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-patch-pending-webhooks-ID.h b/src/backend/taler-merchant-httpd_private-patch-pending-webhooks-ID.h new file mode 100644 index 00000000..409fec9b --- /dev/null +++ b/src/backend/taler-merchant-httpd_private-patch-pending-webhooks-ID.h @@ -0,0 +1,43 @@ +/* + This file is part of TALER + (C) 2023 Taler Systems SA + + TALER is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation; either version 3, + or (at your option) any later version. + + TALER is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with TALER; see the file COPYING. If not, + see <http://www.gnu.org/licenses/> +*/ + +/** + * @file taler-merchant-httpd_private-patch-pending-webhooks-ID.h + * @brief implementing PATCH /pending webhooks request handling + * @author Priscilla HUANG + */ +#ifndef TALER_MERCHANT_HTTPD_PRIVATE_PATCH_PENDING_WEBHOOKS_ID_H +#define TALER_MERCHANT_HTTPD_PRIVATE_PATCH_PENDING_WEBHOOKS_ID_H +#include "taler-merchant-httpd.h" + + +/** + * PATCH configuration of an existing instance, given its configuration. + * + * @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_pending_webhooks_ID (const struct TMH_RequestHandler *rh, + struct MHD_Connection *connection, + struct TMH_HandlerContext *hc); + +#endif |