aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-02 09:08:51 +0000
committerng0 <ng0@n0.is>2019-08-02 09:08:51 +0000
commitb98ad354ca1ec1d88e2cc1da5a67e7da11b9f6c4 (patch)
tree3345a4272deb70a55f99a14e36d4525192965e8d /src/microhttpd/mhd_send.h
parent7d7d55d12d92face09336f44380a91477a322fa4 (diff)
downloadlibmicrohttpd-b98ad354ca1ec1d88e2cc1da5a67e7da11b9f6c4.tar.gz
libmicrohttpd-b98ad354ca1ec1d88e2cc1da5a67e7da11b9f6c4.zip
Rename senfile_adapter to MHD_send_sendfile_ and remove duplicate prototype.
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r--src/microhttpd/mhd_send.h5
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
92ssize_t
93MHD_sendfile_on_connection_ (struct MHD_Connection *connection);
94
95#if defined(_MHD_HAVE_SENDFILE) 92#if defined(_MHD_HAVE_SENDFILE)
96ssize_t 93ssize_t
97sendfile_adapter (struct MHD_Connection *connection); 94MHD_send_sendfile_ (struct MHD_Connection *connection);
98#endif 95#endif
99 96
100#endif /* MHD_SEND_H */ 97#endif /* MHD_SEND_H */