aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index d6c08967..d2532c54 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -172,7 +172,7 @@ MHD_http_unescape (char *val)
172 * 172 *
173 * @param kind header kind to pass to @a cb 173 * @param kind header kind to pass to @a cb
174 * @param connection connection to add headers to 174 * @param connection connection to add headers to
175 * @param[in|out] args argument URI string (after "?" in URI), 175 * @param[in,out] args argument URI string (after "?" in URI),
176 * clobbered in the process! 176 * clobbered in the process!
177 * @param cb function to call on each key-value pair found 177 * @param cb function to call on each key-value pair found
178 * @param[out] num_headers set to the number of headers found 178 * @param[out] num_headers set to the number of headers found