From aad43f23f0aa5cf997d9e880e2d78eefd9c6a221 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 24 Jul 2019 10:03:37 +0000 Subject: incomplete commit, adding 2 new helper functions and more. --- src/microhttpd/mhd_send.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/microhttpd/mhd_send.h') diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h index e6ed3268..a6049865 100644 --- a/src/microhttpd/mhd_send.h +++ b/src/microhttpd/mhd_send.h @@ -74,4 +74,7 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection, size_t header_size, const char *buffer, size_t buffer_size); + +ssize_t +MHD_sendfile_on_connection_ (struct MHD_Connection *connection); #endif /* MHD_SEND_H */ -- cgit v1.2.3