libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7e1123665e5a7df29649f632e978d7ee1016ff25
parent 9b2ca1e6e535e6da836b59f4c0b1ccc5001c74e1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 22 Mar 2017 23:01:06 +0300

Fixed docs as suggested by Vitaliy T

Diffstat:
Mdoc/libmicrohttpd.texi | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -1616,6 +1616,7 @@ the right options for this call. @deftypefun int MHD_get_fdset2 (struct MHD_Daemon *daemon, fd_set * read_fd_set, fd_set * write_fd_set, fd_set * except_fd_set, int *max_fd, unsigned int fd_setsize) Like @code{MHD_get_fdset()}, except that you can manually specify the value of FD_SETSIZE used by your application. +@end deftypefun @deftypefun int MHD_get_timeout (struct MHD_Daemon *daemon, unsigned long long *timeout)