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_transfers_get.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_transfers_get.h') diff --git a/src/exchange/taler-exchange-httpd_transfers_get.h b/src/exchange/taler-exchange-httpd_transfers_get.h index 83c173347..8a92a5ff2 100644 --- a/src/exchange/taler-exchange-httpd_transfers_get.h +++ b/src/exchange/taler-exchange-httpd_transfers_get.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014-2017 Taler Systems SA + Copyright (C) 2014-2017, 2021 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 @@ -29,14 +29,12 @@ /** * Handle a GET "/transfers/$WTID" request. * - * @param rh context of the handler - * @param connection the MHD connection to handle + * @param rc request context of the handler * @param args array of additional options (length: 1, just the wtid) * @return MHD result code */ MHD_RESULT -TEH_handler_transfers_get (const struct TEH_RequestHandler *rh, - struct MHD_Connection *connection, +TEH_handler_transfers_get (struct TEH_RequestContext *rc, const char *const args[1]); -- cgit v1.2.3