summaryrefslogtreecommitdiff
path: root/src/sync/sync-httpd_mhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/sync-httpd_mhd.c')
-rw-r--r--src/sync/sync-httpd_mhd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sync/sync-httpd_mhd.c b/src/sync/sync-httpd_mhd.c
index f7449a5..fa2344b 100644
--- a/src/sync/sync-httpd_mhd.c
+++ b/src/sync/sync-httpd_mhd.c
@@ -38,7 +38,7 @@
* @param[in,out] upload_data_size number of bytes (left) in @a upload_data
* @return MHD result code
*/
-int
+MHD_RESULT
SH_MHD_handler_static_response (struct SH_RequestHandler *rh,
struct MHD_Connection *connection,
void **connection_cls,
@@ -69,7 +69,7 @@ SH_MHD_handler_static_response (struct SH_RequestHandler *rh,
* @param[in,out] upload_data_size number of bytes (left) in @a upload_data
* @return MHD result code
*/
-int
+MHD_RESULT
SH_MHD_handler_agpl_redirect (struct SH_RequestHandler *rh,
struct MHD_Connection *connection,
void **connection_cls,