summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_mhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_mhd.c')
-rw-r--r--src/exchange/taler-exchange-httpd_mhd.c4
1 files changed, 2 insertions, 2 deletions
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[])