aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index a77e0a04..ac8f7330 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1872,7 +1872,7 @@ typedef int
1872 * 1872 *
1873 * @param kind header kind to pass to @a cb 1873 * @param kind header kind to pass to @a cb
1874 * @param connection connection to add headers to 1874 * @param connection connection to add headers to
1875 * @param[in|out] args argument URI string (after "?" in URI), 1875 * @param[in,out] args argument URI string (after "?" in URI),
1876 * clobbered in the process! 1876 * clobbered in the process!
1877 * @param cb function to call on each key-value pair found 1877 * @param cb function to call on each key-value pair found
1878 * @param[out] num_headers set to the number of headers found 1878 * @param[out] num_headers set to the number of headers found