aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/mhd_send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 3af0eb64..7991830c 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -49,7 +49,7 @@
49 * header (provided in full as the buffer to #MHD_send_on_connection_ or as 49 * header (provided in full as the buffer to #MHD_send_on_connection_ or as
50 * the header to #MHD_send_on_connection2_). 50 * the header to #MHD_send_on_connection2_).
51 * @return sum of the number of bytes sent from both buffers or 51 * @return sum of the number of bytes sent from both buffers or
52 -1 on error 52 * -1 on error
53 */ 53 */
54ssize_t 54ssize_t
55MHD_send_on_connection_ (struct MHD_Connection *connection, 55MHD_send_on_connection_ (struct MHD_Connection *connection,
@@ -318,7 +318,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
318 * @param buffer content of the buffer to send 318 * @param buffer content of the buffer to send
319 * @param buffer_size the size of the buffer (in bytes) 319 * @param buffer_size the size of the buffer (in bytes)
320 * @return sum of the number of bytes sent from both buffers or 320 * @return sum of the number of bytes sent from both buffers or
321 -1 on error 321 * -1 on error
322 */ 322 */
323ssize_t 323ssize_t
324MHD_send_on_connection2_ (struct MHD_Connection *connection, 324MHD_send_on_connection2_ (struct MHD_Connection *connection,