gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/04: More minor fixes


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/04: More minor fixes
Date: Thu, 11 May 2017 21:39:43 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 19972a8eddbf7d3aff4b11805c3b3c3fb5d280fa
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu May 11 22:20:32 2017 +0300

    More minor fixes
---
 src/microhttpd/daemon.c   | 2 +-
 src/microhttpd/internal.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 4bc61d76..03a8fab6 100644
--- 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
index a77e0a04..ac8f7330 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]