aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8308e6ef..9af79678 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3917,7 +3917,7 @@ MHD_cleanup_connections (struct MHD_Daemon *daemon)
3917 * daemon's select()/poll()/etc. 3917 * daemon's select()/poll()/etc.
3918 * 3918 *
3919 * @param daemon daemon to query for timeout 3919 * @param daemon daemon to query for timeout
3920 * @param timeout set to the timeout (in milliseconds) 3920 * @param[out] timeout set to the timeout (in milliseconds)
3921 * @return #MHD_YES on success, #MHD_NO if timeouts are 3921 * @return #MHD_YES on success, #MHD_NO if timeouts are
3922 * not used and no data processing is pending. 3922 * not used and no data processing is pending.
3923 * @ingroup event 3923 * @ingroup event
@@ -3969,7 +3969,7 @@ MHD_get_timeout (struct MHD_Daemon *daemon,
3969 * daemon's select()/poll()/etc. 3969 * daemon's select()/poll()/etc.
3970 * 3970 *
3971 * @param daemon daemon to query for timeout 3971 * @param daemon daemon to query for timeout
3972 * @param timeout64 the pointer to the variable to be set to the 3972 * @param[out] timeout64 the pointer to the variable to be set to the
3973 * timeout (in milliseconds) 3973 * timeout (in milliseconds)
3974 * @return #MHD_YES if timeout value has been set, 3974 * @return #MHD_YES if timeout value has been set,
3975 * #MHD_NO if timeouts are not used and no data processing is pending. 3975 * #MHD_NO if timeouts are not used and no data processing is pending.