aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-25 17:36:37 +0000
committerng0 <ng0@n0.is>2019-07-25 17:36:37 +0000
commit3dfbaa2a4c7c22a21ff974e2aacbb199fc3aa7c4 (patch)
tree8dd97eef8e2ce57f56d7e3f91a6be2d5e82d6108 /src/microhttpd/mhd_send.h
parent5bfd85fc577faa16598d2d6602057644d3d8e088 (diff)
downloadlibmicrohttpd-3dfbaa2a4c7c22a21ff974e2aacbb199fc3aa7c4.tar.gz
libmicrohttpd-3dfbaa2a4c7c22a21ff974e2aacbb199fc3aa7c4.zip
remove code, add prototype to mhd_send.h
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r--src/microhttpd/mhd_send.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 20a054d3..490c8c9b 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -113,4 +113,7 @@ MHD_send_socket_state_cork_nodelay_ (struct MHD_Connection *connection,
113 bool cork_state, 113 bool cork_state,
114 bool nodelay_value, 114 bool nodelay_value,
115 bool nodelay_state); 115 bool nodelay_state);
116
117static ssize_t
118sendfile_adapter (struct MHD_Connection *connection);
116#endif /* MHD_SEND_H */ 119#endif /* MHD_SEND_H */