aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r--src/microhttpd/mhd_send.c3
1 files changed, 1 insertions, 2 deletions
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_;
435 * @param connection the MHD connection structure 435 * @param connection the MHD connection structure
436 * @return actual number of bytes sent 436 * @return actual number of bytes sent
437 */ 437 */
438// FIXME: rename...
439ssize_t 438ssize_t
440sendfile_adapter (struct MHD_Connection *connection) 439MHD_send_sendfile_ (struct MHD_Connection *connection)
441{ 440{
442 ssize_t ret; 441 ssize_t ret;
443 const int file_fd = connection->response->fd; 442 const int file_fd = connection->response->fd;