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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2472dc1a..bfe502cd 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1225,7 +1225,8 @@ MHD_stop_daemon (struct MHD_Daemon *daemon);
1225 * @param addrlen number of bytes in addr 1225 * @param addrlen number of bytes in addr
1226 * @return MHD_YES on success, MHD_NO if this daemon could 1226 * @return MHD_YES on success, MHD_NO if this daemon could
1227 * not handle the connection (i.e. malloc failed, etc). 1227 * not handle the connection (i.e. malloc failed, etc).
1228 * The socket will be closed in any case. 1228 * The socket will be closed in any case; 'errno' is
1229 * set to indicate further details about the error.
1229 */ 1230 */
1230int 1231int
1231MHD_add_connection (struct MHD_Daemon *daemon, 1232MHD_add_connection (struct MHD_Daemon *daemon,