aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-08-10 23:32:57 +0000
committerChristian Grothoff <christian@grothoff.org>2007-08-10 23:32:57 +0000
commit71edae497964094f63bedb630d8bceb670ac660e (patch)
tree33732fa9d677876fd0477036a2670f67dfd7e8da /src/include/microhttpd.h
parentef352bdd85a2dbcab9c800b19b5d36f5c32e2196 (diff)
downloadlibmicrohttpd-71edae497964094f63bedb630d8bceb670ac660e.tar.gz
libmicrohttpd-71edae497964094f63bedb630d8bceb670ac660e.zip
logs
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