From 543fe4ae36649cf64eabb1b1447539bfb0c3c7c2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Apr 2020 00:59:55 +0200 Subject: make code compiler without warnings with latest libmicrohttpd API --- src/exchange/taler-exchange-httpd_mhd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_mhd.c') diff --git a/src/exchange/taler-exchange-httpd_mhd.c b/src/exchange/taler-exchange-httpd_mhd.c index 6d5df6ff3..c9c6303b8 100644 --- a/src/exchange/taler-exchange-httpd_mhd.c +++ b/src/exchange/taler-exchange-httpd_mhd.c @@ -43,7 +43,7 @@ * @param args array of additional options (must be empty for this function) * @return MHD result code */ -int +MHD_RESULT TEH_handler_static_response (const struct TEH_RequestHandler *rh, struct MHD_Connection *connection, const char *const args[]) @@ -71,7 +71,7 @@ TEH_handler_static_response (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_agpl_redirect (const struct TEH_RequestHandler *rh, struct MHD_Connection *connection, const char *const args[]) -- cgit v1.2.3