From b98ad354ca1ec1d88e2cc1da5a67e7da11b9f6c4 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 2 Aug 2019 09:08:51 +0000 Subject: Rename senfile_adapter to MHD_send_sendfile_ and remove duplicate prototype. --- src/microhttpd/mhd_send.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/microhttpd/mhd_send.c') diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c index 11ed6db7..0b1ae127 100644 --- a/src/microhttpd/mhd_send.c +++ b/src/microhttpd/mhd_send.c @@ -435,9 +435,8 @@ static int freebsd_sendfile_flags_thd_p_c_; * @param connection the MHD connection structure * @return actual number of bytes sent */ -// FIXME: rename... ssize_t -sendfile_adapter (struct MHD_Connection *connection) +MHD_send_sendfile_ (struct MHD_Connection *connection) { ssize_t ret; const int file_fd = connection->response->fd; -- cgit v1.2.3