aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-11-15 15:28:38 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-11-15 15:28:38 +0300
commitf73ab438317568b24cf005ae38cf36e01920d74d (patch)
tree4534250fc01b26f80f692dd1ef5064af42cfbb0a
parent6ee00803efd6c1ac363eeeb30302784b1212a424 (diff)
downloadlibmicrohttpd-f73ab438317568b24cf005ae38cf36e01920d74d.tar.gz
libmicrohttpd-f73ab438317568b24cf005ae38cf36e01920d74d.zip
microhttpd.h: minor clarification for doxy
-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 9d54ddee..6026e803 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1825,7 +1825,7 @@ enum MHD_OPTION
1825 * MHD_OPTION_END); 1825 * MHD_OPTION_END);
1826 * 1826 *
1827 * For options that expect a single pointer argument, the 1827 * For options that expect a single pointer argument, the
1828 * second member of the `struct MHD_OptionItem` is ignored. 1828 * 'value' member of the `struct MHD_OptionItem` is ignored.
1829 * For options that expect two pointer arguments, the first 1829 * For options that expect two pointer arguments, the first
1830 * argument must be cast to `intptr_t`. 1830 * argument must be cast to `intptr_t`.
1831 */ 1831 */