diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-06 09:28:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-06 09:28:34 +0200 |
commit | c71c40d4d62d55730dad032c3ef9f8f645a07efd (patch) | |
tree | 670e4150907792cf0e5a5bed390be01bbce86afe /src/exchange/taler-exchange-httpd_wire.h | |
parent | de6c30b0e03e4921c207a03c7e4e2193331a6d94 (diff) |
-skeleton logic for #6980
Diffstat (limited to 'src/exchange/taler-exchange-httpd_wire.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_wire.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_wire.h b/src/exchange/taler-exchange-httpd_wire.h index 75094f5a..4306d89c 100644 --- a/src/exchange/taler-exchange-httpd_wire.h +++ b/src/exchange/taler-exchange-httpd_wire.h @@ -43,6 +43,19 @@ 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. |