aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 2e5979c5..5a7e7160 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2572,7 +2572,7 @@ MHD_set_http_callbacks_ (struct MHD_Connection *connection)
2572 * Obtain information about the given connection. 2572 * Obtain information about the given connection.
2573 * 2573 *
2574 * @param connection what connection to get information about 2574 * @param connection what connection to get information about
2575 * @param infoType what information is desired? 2575 * @param info_type what information is desired?
2576 * @param ... depends on @a info_type 2576 * @param ... depends on @a info_type
2577 * @return NULL if this information is not available 2577 * @return NULL if this information is not available
2578 * (or if the @a info_type is unknown) 2578 * (or if the @a info_type is unknown)