diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_withdraw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.h b/src/exchange/taler-exchange-httpd_withdraw.h index 7fc2fa01..8b248597 100644 --- a/src/exchange/taler-exchange-httpd_withdraw.h +++ b/src/exchange/taler-exchange-httpd_withdraw.h @@ -42,7 +42,7 @@ * reserve public key, the second one should be "withdraw") * @return MHD result code */ -int +MHD_RESULT TEH_handler_withdraw (const struct TEH_RequestHandler *rh, struct MHD_Connection *connection, const json_t *root, |