aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-22 23:01:06 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-22 23:01:06 +0300
commit7e1123665e5a7df29649f632e978d7ee1016ff25 (patch)
treeaeb35d87923fb43b70c8f8dbbdc0d8ca587bcc2d /doc
parent9b2ca1e6e535e6da836b59f4c0b1ccc5001c74e1 (diff)
downloadlibmicrohttpd-7e1123665e5a7df29649f632e978d7ee1016ff25.tar.gz
libmicrohttpd-7e1123665e5a7df29649f632e978d7ee1016ff25.zip
Fixed docs as suggested by Vitaliy T
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 1d6438d9..b6e933f1 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -1616,6 +1616,7 @@ the right options for this call.
1616 1616
1617@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) 1617@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)
1618Like @code{MHD_get_fdset()}, except that you can manually specify the value of FD_SETSIZE used by your application. 1618Like @code{MHD_get_fdset()}, except that you can manually specify the value of FD_SETSIZE used by your application.
1619@end deftypefun
1619 1620
1620 1621
1621@deftypefun int MHD_get_timeout (struct MHD_Daemon *daemon, unsigned long long *timeout) 1622@deftypefun int MHD_get_timeout (struct MHD_Daemon *daemon, unsigned long long *timeout)