From f93a0592b29b66c6bbacbb38f42e8dfd5a3a6aee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 21 Aug 2021 14:00:29 +0200 Subject: -change handler signatures to prepare for long polling support --- src/exchange/taler-exchange-httpd_link.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_link.h') diff --git a/src/exchange/taler-exchange-httpd_link.h b/src/exchange/taler-exchange-httpd_link.h index 4c9651a9e..01679e877 100644 --- a/src/exchange/taler-exchange-httpd_link.h +++ b/src/exchange/taler-exchange-httpd_link.h @@ -31,14 +31,12 @@ /** * Handle a "/coins/$COIN_PUB/link" request. * - * @param rh context of the handler - * @param connection the MHD connection to handle + * @param rc request context * @param args array of additional options (length: 2, first is the coin_pub, second must be "link") * @return MHD result code */ MHD_RESULT -TEH_handler_link (const struct TEH_RequestHandler *rh, - struct MHD_Connection *connection, +TEH_handler_link (struct TEH_RequestContext *rc, const char *const args[2]); -- cgit v1.2.3