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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index cf8216d0..b4bc85e3 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -4529,8 +4529,9 @@ union MHD_DaemonInfo
4529 4529
4530 4530
4531/** 4531/**
4532 * Obtain information about the given daemon 4532 * Obtain information about the given daemon.
4533 * (not fully implemented!). 4533 * The returned pointer is invalidated with the next call of this function or
4534 * when the daemon is stopped.
4534 * 4535 *
4535 * @param daemon what daemon to get information about 4536 * @param daemon what daemon to get information about
4536 * @param info_type what information is desired? 4537 * @param info_type what information is desired?