commit 19972a8eddbf7d3aff4b11805c3b3c3fb5d280fa
parent 1d5c381b4eaf65686cec02f04572cf2abe50e71d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 11 May 2017 22:20:32 +0300
More minor fixes
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -923,7 +923,7 @@ urh_from_pollfd(struct MHD_UpgradeResponseHandle *urh,
* fit fd_set.
* @ingroup event
*/
-int
+static int
internal_get_fdset2 (struct MHD_Daemon *daemon,
fd_set *read_fd_set,
fd_set *write_fd_set,
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
@@ -1872,7 +1872,7 @@ typedef int
*
* @param kind header kind to pass to @a cb
* @param connection connection to add headers to
- * @param[in|out] args argument URI string (after "?" in URI),
+ * @param[in,out] args argument URI string (after "?" in URI),
* clobbered in the process!
* @param cb function to call on each key-value pair found
* @param[out] num_headers set to the number of headers found