diff options
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r-- | src/microhttpd/mhd_send.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h index 5f0f8155..a766c8c0 100644 --- a/src/microhttpd/mhd_send.h +++ b/src/microhttpd/mhd_send.h | |||
@@ -89,12 +89,9 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection, | |||
89 | const char *buffer, | 89 | const char *buffer, |
90 | size_t buffer_size); | 90 | size_t buffer_size); |
91 | 91 | ||
92 | ssize_t | ||
93 | MHD_sendfile_on_connection_ (struct MHD_Connection *connection); | ||
94 | |||
95 | #if defined(_MHD_HAVE_SENDFILE) | 92 | #if defined(_MHD_HAVE_SENDFILE) |
96 | ssize_t | 93 | ssize_t |
97 | sendfile_adapter (struct MHD_Connection *connection); | 94 | MHD_send_sendfile_ (struct MHD_Connection *connection); |
98 | #endif | 95 | #endif |
99 | 96 | ||
100 | #endif /* MHD_SEND_H */ | 97 | #endif /* MHD_SEND_H */ |