aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r--src/microhttpd/mhd_send.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 5f0f8155..a766c8c0 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -89,12 +89,9 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
89 const char *buffer, 89 const char *buffer,
90 size_t buffer_size); 90 size_t buffer_size);
91 91
92ssize_t
93MHD_sendfile_on_connection_ (struct MHD_Connection *connection);
94
95#if defined(_MHD_HAVE_SENDFILE) 92#if defined(_MHD_HAVE_SENDFILE)
96ssize_t 93ssize_t
97sendfile_adapter (struct MHD_Connection *connection); 94MHD_send_sendfile_ (struct MHD_Connection *connection);
98#endif 95#endif
99 96
100#endif /* MHD_SEND_H */ 97#endif /* MHD_SEND_H */