diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_melt.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_melt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_melt.h b/src/exchange/taler-exchange-httpd_melt.h index ad25b471..0edaf247 100644 --- a/src/exchange/taler-exchange-httpd_melt.h +++ b/src/exchange/taler-exchange-httpd_melt.h @@ -39,7 +39,7 @@ * @param root uploaded JSON data * @return MHD result code */ -int +MHD_RESULT TEH_handler_melt (struct MHD_Connection *connection, const struct TALER_CoinSpendPublicKeyP *coin_pub, const json_t *root); |