diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_wire.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_wire.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/exchange/taler-exchange-httpd_wire.h b/src/exchange/taler-exchange-httpd_wire.h index 4306d89c..ba556477 100644 --- a/src/exchange/taler-exchange-httpd_wire.h +++ b/src/exchange/taler-exchange-httpd_wire.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014--2020 Taler Systems SA + Copyright (C) 2014--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 @@ -43,19 +43,6 @@ TEH_WIRE_done (void); /** - * Function to call to handle requests to GET "/management/wire" by sending - * back our current wire status. - * - * @param rh context of the handler - * @param connection the MHD connection to handle - * @return MHD result code - */ -MHD_RESULT -TEH_wire_management_get_wire_handler (const struct TEH_RequestHandler *rh, - struct MHD_Connection *connection); - - -/** * Something changed in the database. Rebuild the wire replies. This function * should be called if the exchange learns about a new signature from our * master key. |