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 4306d89cf..ba556477c 100644 --- a/src/exchange/taler-exchange-httpd_wire.h +++ b/src/exchange/taler-exchange-httpd_wire.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of TALER | 2 | This file is part of TALER |
3 | Copyright (C) 2014--2020 Taler Systems SA | 3 | Copyright (C) 2014--2021 Taler Systems SA |
4 | 4 | ||
5 | TALER is free software; you can redistribute it and/or modify it under the | 5 | TALER is free software; you can redistribute it and/or modify it under the |
6 | terms of the GNU Affero General Public License as published by the Free Software | 6 | terms of the GNU Affero General Public License as published by the Free Software |
@@ -43,19 +43,6 @@ TEH_WIRE_done (void); | |||
43 | 43 | ||
44 | 44 | ||
45 | /** | 45 | /** |
46 | * Function to call to handle requests to GET "/management/wire" by sending | ||
47 | * back our current wire status. | ||
48 | * | ||
49 | * @param rh context of the handler | ||
50 | * @param connection the MHD connection to handle | ||
51 | * @return MHD result code | ||
52 | */ | ||
53 | MHD_RESULT | ||
54 | TEH_wire_management_get_wire_handler (const struct TEH_RequestHandler *rh, | ||
55 | struct MHD_Connection *connection); | ||
56 | |||
57 | |||
58 | /** | ||
59 | * Something changed in the database. Rebuild the wire replies. This function | 46 | * Something changed in the database. Rebuild the wire replies. This function |
60 | * should be called if the exchange learns about a new signature from our | 47 | * should be called if the exchange learns about a new signature from our |
61 | * master key. | 48 | * master key. |