aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r--src/microhttpd/mhd_sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index b013baad..c999ea35 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -755,6 +755,6 @@ MHD_socket_noninheritable_ (MHD_socket sock);
755 * @return created socket or MHD_INVALID_SOCKET in case of errors 755 * @return created socket or MHD_INVALID_SOCKET in case of errors
756 */ 756 */
757MHD_socket 757MHD_socket
758MHD_socket_create_listen_ (int use_ipv6); 758MHD_socket_create_listen_ (bool use_ipv6);
759 759
760#endif /* ! MHD_SOCKETS_H */ 760#endif /* ! MHD_SOCKETS_H */