gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 08/10: MHD_set_connection_value_n_nocheck_(


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 08/10: MHD_set_connection_value_n_nocheck_() mark as static function
Date: Tue, 21 May 2019 21:29:12 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit ff0eb14d80f38429f83b3c117d5aa35fba099ed3
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue May 21 22:11:20 2019 +0300

    MHD_set_connection_value_n_nocheck_() mark as static function
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 308fb33a..5c874d99 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -779,7 +779,7 @@ MHD_get_connection_values_n (struct MHD_Connection 
*connection,
  *         #MHD_YES on success
  * @ingroup request
  */
-int
+static int
 MHD_set_connection_value_n_nocheck_ (struct MHD_Connection *connection,
                                      enum MHD_ValueKind kind,
                                      const char *key,

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



reply via email to

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