summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refund.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refund.h')
-rw-r--r--src/exchange/taler-exchange-httpd_refund.h4
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 ad6387d67..92480b775 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);