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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 50c7b3af..389cd5b6 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -802,7 +802,7 @@ enum MHD_OPTION
802 /** 802 /**
803 * Pass a listen socket for MHD to use (systemd-style). If this 803 * Pass a listen socket for MHD to use (systemd-style). If this
804 * option is used, MHD will not open its own listen socket(s). The 804 * option is used, MHD will not open its own listen socket(s). The
805 * argument passed must be of type `int` and refer to an 805 * argument passed must be of type `MHD_socket` and refer to an
806 * existing socket that has been bound to a port and is listening. 806 * existing socket that has been bound to a port and is listening.
807 */ 807 */
808 MHD_OPTION_LISTEN_SOCKET = 12, 808 MHD_OPTION_LISTEN_SOCKET = 12,