aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 7d43252a..7e7761ac 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -662,7 +662,7 @@ struct MHD_Connection
662 MHD_thread_handle_ pid; 662 MHD_thread_handle_ pid;
663 663
664 /** 664 /**
665 * Size of read_buffer (in bytes). This value indicates 665 * Size of @e read_buffer (in bytes). This value indicates
666 * how many bytes we're willing to read into the buffer; 666 * how many bytes we're willing to read into the buffer;
667 * the real buffer is one byte longer to allow for 667 * the real buffer is one byte longer to allow for
668 * adding zero-termination (when needed). 668 * adding zero-termination (when needed).
@@ -671,7 +671,7 @@ struct MHD_Connection
671 671
672 /** 672 /**
673 * Position where we currently append data in 673 * Position where we currently append data in
674 * read_buffer (last valid position). 674 * @e read_buffer (last valid position).
675 */ 675 */
676 size_t read_buffer_offset; 676 size_t read_buffer_offset;
677 677
@@ -1475,8 +1475,8 @@ typedef int
1475 * clobbered in the process! 1475 * clobbered in the process!
1476 * @param cb function to call on each key-value pair found 1476 * @param cb function to call on each key-value pair found
1477 * @param[out] num_headers set to the number of headers found 1477 * @param[out] num_headers set to the number of headers found
1478 * @return #MHD_NO on failure (@a cb returned #MHD_NO), 1478 * @return #MHD_NO on failure (@a cb returned #MHD_NO),
1479 * #MHD_YES for success (parsing succeeded, @a cb always 1479 * #MHD_YES for success (parsing succeeded, @a cb always
1480 * returned #MHD_YES) 1480 * returned #MHD_YES)
1481 */ 1481 */
1482int 1482int