aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-23 17:03:53 +0000
committerng0 <ng0@n0.is>2019-07-23 17:03:53 +0000
commit1b013c78a695cee32135ec5ec93dff959bf8f8f6 (patch)
tree9630c7e657ca5a9271a3071e235ad34caf449e81 /src/microhttpd
parent1cc593e3527f5c1b2467234e64d0f136b1aa47bc (diff)
downloadlibmicrohttpd-1b013c78a695cee32135ec5ec93dff959bf8f8f6.tar.gz
libmicrohttpd-1b013c78a695cee32135ec5ec93dff959bf8f8f6.zip
doxygen fix.
Diffstat (limited to 'src/microhttpd')
-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,