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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index e2d8cfb6..a77e0a04 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -568,7 +568,7 @@ typedef ssize_t
568 */ 568 */
569typedef ssize_t 569typedef ssize_t
570(*TransmitCallback) (struct MHD_Connection *conn, 570(*TransmitCallback) (struct MHD_Connection *conn,
571 const void *write_to, 571 const void *read_from,
572 size_t max_bytes); 572 size_t max_bytes);
573 573
574 574