diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-09 00:59:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-09 00:59:55 +0200 |
commit | 543fe4ae36649cf64eabb1b1447539bfb0c3c7c2 (patch) | |
tree | 81e9bf344e28225ccf425311519738c7fe3b0300 /src/exchange/taler-exchange-httpd_refund.h | |
parent | 84a40be0bce66cda800de7891f758a0c69afc7fa (diff) |
make code compiler without warnings with latest libmicrohttpd API
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refund.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_refund.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_refund.h b/src/exchange/taler-exchange-httpd_refund.h index ad6387d6..92480b77 100644 --- a/src/exchange/taler-exchange-httpd_refund.h +++ b/src/exchange/taler-exchange-httpd_refund.h @@ -38,8 +38,8 @@ * @param coin_pub public key of the coin * @param root uploaded JSON data * @return MHD result code - */ -int + */ +MHD_RESULT TEH_handler_refund (struct MHD_Connection *connection, const struct TALER_CoinSpendPublicKeyP *coin_pub, const json_t *root); |