commit c07f446418890d7b8c96cc2c97fd45fd0d2898a1
parent 9ba991c7d9066d89e87b944b0cb21f57f24607cf
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 28 Sep 2021 21:06:39 +0300
microhttpd.h: fixed doxy for MHD_KeyValueIteratorN
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -2356,7 +2356,7 @@ typedef enum MHD_Result
* @param kind kind of the header we are looking at
* @param key key for the value, can be an empty string
* @param value corresponding value, can be NULL
- * @param value_size number of bytes in @a value, NEW since #MHD_VERSION 0x00096301;
+ * @param value_size number of bytes in @a value;
* for C-strings, the length excludes the 0-terminator
* @return #MHD_YES to continue iterating,
* #MHD_NO to abort the iteration