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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 6cac54cf..d10ed759 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -96,7 +96,7 @@ extern "C"
96 * they are parsed as decimal numbers. 96 * they are parsed as decimal numbers.
97 * Example: 0x01093001 = 1.9.30-1. 97 * Example: 0x01093001 = 1.9.30-1.
98 */ 98 */
99#define MHD_VERSION 0x00097312 99#define MHD_VERSION 0x00097313
100 100
101/* If generic headers don't work on your platform, include headers 101/* If generic headers don't work on your platform, include headers
102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',
@@ -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 2451 * specified offset, NULL if no value is present
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,