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.h3
1 files changed, 3 insertions, 0 deletions
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,
74 size_t header_size, 74 size_t header_size,
75 const char *buffer, 75 const char *buffer,
76 size_t buffer_size); 76 size_t buffer_size);
77
78ssize_t
79MHD_sendfile_on_connection_ (struct MHD_Connection *connection);
77#endif /* MHD_SEND_H */ 80#endif /* MHD_SEND_H */