summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_management.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_management.h')
-rw-r--r--src/exchange/taler-exchange-httpd_management.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_management.h b/src/exchange/taler-exchange-httpd_management.h
index b5ab8478e..3f58083e4 100644
--- a/src/exchange/taler-exchange-httpd_management.h
+++ b/src/exchange/taler-exchange-httpd_management.h
@@ -97,27 +97,27 @@ TEH_handler_management_post_keys (
/**
- * Handle a "/management/wire" request.
+ * Handle a POST "/management/wire" request.
*
* @param connection the MHD connection to handle
* @param root uploaded JSON data
* @return MHD result code
*/
MHD_RESULT
-TEH_handler_management_denominations_wire (
+TEH_handler_management_post_wire (
struct MHD_Connection *connection,
const json_t *root);
/**
- * Handle a "/management/wire/disable" request.
+ * Handle a POST "/management/wire/disable" request.
*
* @param connection the MHD connection to handle
* @param root uploaded JSON data
* @return MHD result code
*/
MHD_RESULT
-TEH_handler_management_denominations_wire_disable (
+TEH_handler_management_post_wire_disable (
struct MHD_Connection *connection,
const json_t *root);