diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-03-05 17:14:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-03-05 17:14:32 +0100 |
commit | a080f118904525034777686e294f9ad5f703c71c (patch) | |
tree | 02ef0f76c86f46e1afaa6d64fa411b5c1c349e9e /src/exchange/taler-exchange-httpd_management.h | |
parent | 57470e4c0891e2a98fd33fec0ed9b49da4997c2a (diff) |
add more logic for new global fees
Diffstat (limited to 'src/exchange/taler-exchange-httpd_management.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_management.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_management.h b/src/exchange/taler-exchange-httpd_management.h index 67302c96..1bae4901 100644 --- a/src/exchange/taler-exchange-httpd_management.h +++ b/src/exchange/taler-exchange-httpd_management.h @@ -136,6 +136,19 @@ TEH_handler_management_post_wire_fees ( /** + * Handle a POST "/management/global-fees" request. + * + * @param connection the MHD connection to handle + * @param root uploaded JSON data + * @return MHD result code + */ +MHD_RESULT +TEH_handler_management_post_global_fees ( + struct MHD_Connection *connection, + const json_t *root); + + +/** * Handle a POST "/management/extensions" request. * * @param connection the MHD connection to handle |