From f5482d8c6463c310a2b1bbab3ab3776155e16f93 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 7 Jul 2020 11:29:36 +0200 Subject: fix build with libmicrohttpd 0.9.71 --- pacredir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacredir.c') diff --git a/pacredir.c b/pacredir.c index 1f16804..2fa806f 100644 --- a/pacredir.c +++ b/pacredir.c @@ -343,7 +343,7 @@ static void * get_http_code(void * data) { /*** ahc_echo *** * called whenever a http request is received */ -static int ahc_echo(void * cls, +static mhd_result ahc_echo(void * cls, struct MHD_Connection * connection, const char * uri, const char * method, -- cgit v1.2.3-54-g00ecf