aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-28 21:06:39 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-28 21:06:39 +0300
commitc07f446418890d7b8c96cc2c97fd45fd0d2898a1 (patch)
tree018a9b80368f206ebc00bd91c3c9c4d432e5f8c9 /src
parent9ba991c7d9066d89e87b944b0cb21f57f24607cf (diff)
downloadlibmicrohttpd-c07f446418890d7b8c96cc2c97fd45fd0d2898a1.tar.gz
libmicrohttpd-c07f446418890d7b8c96cc2c97fd45fd0d2898a1.zip
microhttpd.h: fixed doxy for MHD_KeyValueIteratorN
Diffstat (limited to 'src')
-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 e5d33bc2..05ee42a0 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2356,7 +2356,7 @@ typedef enum MHD_Result
2356 * @param kind kind of the header we are looking at 2356 * @param kind kind of the header we are looking at
2357 * @param key key for the value, can be an empty string 2357 * @param key key for the value, can be an empty string
2358 * @param value corresponding value, can be NULL 2358 * @param value corresponding value, can be NULL
2359 * @param value_size number of bytes in @a value, NEW since #MHD_VERSION 0x00096301; 2359 * @param value_size number of bytes in @a value;
2360 * for C-strings, the length excludes the 0-terminator 2360 * for C-strings, the length excludes the 0-terminator
2361 * @return #MHD_YES to continue iterating, 2361 * @return #MHD_YES to continue iterating,
2362 * #MHD_NO to abort the iteration 2362 * #MHD_NO to abort the iteration