aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d10ed759..b57019d1 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2448,7 +2448,7 @@ typedef void
2448 * @param content_type mime-type of the data, NULL if not known 2448 * @param content_type mime-type of the data, NULL if not known
2449 * @param transfer_encoding encoding of the data, NULL if not known 2449 * @param transfer_encoding encoding of the data, NULL if not known
2450 * @param data pointer to @a size bytes of data at the 2450 * @param data pointer to @a size bytes of data at the
2451 * specified offset, NULL if no value is present 2451 * specified offset
2452 * @param off offset of data in the overall value 2452 * @param off offset of data in the overall value
2453 * @param size number of bytes in @a data available 2453 * @param size number of bytes in @a data available
2454 * @return #MHD_YES to continue iterating, 2454 * @return #MHD_YES to continue iterating,