From 9ec1b5df5e488ab1ab06dec156f1868fd32478f5 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 25 Jul 2019 17:49:05 +0000 Subject: attempt fix --- src/microhttpd/mhd_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/microhttpd/mhd_send.c') diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c index 4758b502..354b9349 100644 --- a/src/microhttpd/mhd_send.c +++ b/src/microhttpd/mhd_send.c @@ -712,7 +712,7 @@ MHD_conn_init_static_ (void) * @param connection the MHD connection structure * @return actual number of bytes sent */ -static ssize_t +ssize_t sendfile_adapter (struct MHD_Connection *connection) { bool want_cork = false; -- cgit v1.2.3