diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_terms.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_terms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_terms.c b/src/exchange/taler-exchange-httpd_terms.c index 121e1c78..1c703021 100644 --- a/src/exchange/taler-exchange-httpd_terms.c +++ b/src/exchange/taler-exchange-httpd_terms.c @@ -46,7 +46,7 @@ static struct TALER_MHD_Legal *pp; * @param args array of additional options (must be empty for this function) * @return MHD result code */ -int +MHD_RESULT TEH_handler_terms (const struct TEH_RequestHandler *rh, struct MHD_Connection *connection, const char *const args[]) @@ -66,7 +66,7 @@ TEH_handler_terms (const struct TEH_RequestHandler *rh, * @param args array of additional options (must be empty for this function) * @return MHD result code */ -int +MHD_RESULT TEH_handler_privacy (const struct TEH_RequestHandler *rh, struct MHD_Connection *connection, const char *const args[]) |