aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-24 10:03:37 +0000
committerng0 <ng0@n0.is>2019-07-24 10:03:37 +0000
commitaad43f23f0aa5cf997d9e880e2d78eefd9c6a221 (patch)
treedf91bd1cd474f4f60017ac7bfc3a008c62db0e38 /src/microhttpd/mhd_send.h
parent1b013c78a695cee32135ec5ec93dff959bf8f8f6 (diff)
downloadlibmicrohttpd-aad43f23f0aa5cf997d9e880e2d78eefd9c6a221.tar.gz
libmicrohttpd-aad43f23f0aa5cf997d9e880e2d78eefd9c6a221.zip
incomplete commit, adding 2 new helper functions and more.
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 */