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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index e94ed509..5f0f8155 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -92,28 +92,6 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
92ssize_t 92ssize_t
93MHD_sendfile_on_connection_ (struct MHD_Connection *connection); 93MHD_sendfile_on_connection_ (struct MHD_Connection *connection);
94 94
95void
96MHD_setsockopt_ (struct MHD_Connection *connection,
97 int optname,
98 bool value,
99 bool state_store);
100
101void
102MHD_send_socket_state_nopush_ (struct MHD_Connection *connection,
103 bool value,
104 bool state_store);
105
106void
107MHD_send_socket_state_nodelay_ (struct MHD_Connection *connection,
108 bool value);
109
110void
111MHD_send_socket_state_cork_nodelay_ (struct MHD_Connection *connection,
112 bool cork_value,
113 bool cork_state,
114 bool nodelay_value,
115 bool nodelay_state);
116
117#if defined(_MHD_HAVE_SENDFILE) 95#if defined(_MHD_HAVE_SENDFILE)
118ssize_t 96ssize_t
119sendfile_adapter (struct MHD_Connection *connection); 97sendfile_adapter (struct MHD_Connection *connection);