aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 5efaca09..e678d4b1 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -442,7 +442,9 @@ typedef void
442 * @param flags combination of MHD_FLAG values 442 * @param flags combination of MHD_FLAG values
443 * @param port port to bind to 443 * @param port port to bind to
444 * @param apc callback to call to check which clients 444 * @param apc callback to call to check which clients
445 * will be allowed to connect 445 * will be allowed to connect; you can pass NULL
446 * in which case connections from any IP will be
447 * accepted
446 * @param apc_cls extra argument to apc 448 * @param apc_cls extra argument to apc
447 * @param dh default handler for all URIs 449 * @param dh default handler for all URIs
448 * @param dh_cls extra argument to dh 450 * @param dh_cls extra argument to dh