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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 87e584a8..22d934b3 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -94,6 +94,7 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
94#if defined(_MHD_HAVE_SENDFILE) 94#if defined(_MHD_HAVE_SENDFILE)
95ssize_t 95ssize_t
96MHD_send_sendfile_ (struct MHD_Connection *connection); 96MHD_send_sendfile_ (struct MHD_Connection *connection);
97
97#endif 98#endif
98 99
99#endif /* MHD_SEND_H */ 100#endif /* MHD_SEND_H */