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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 490c8c9b..4974adcd 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -114,6 +114,11 @@ MHD_send_socket_state_cork_nodelay_ (struct MHD_Connection *connection,
114 bool nodelay_value, 114 bool nodelay_value,
115 bool nodelay_state); 115 bool nodelay_state);
116 116
117static ssize_t 117#if defined(_MHD_HAVE_SENDFILE)
118ssize_t
118sendfile_adapter (struct MHD_Connection *connection); 119sendfile_adapter (struct MHD_Connection *connection);
120#endif
121
122void
123MHD_conn_init_static_ (void);
119#endif /* MHD_SEND_H */ 124#endif /* MHD_SEND_H */