gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/04: Added missing '_MHD_EXTERN' to MHD_run_wait()


From: gnunet
Subject: [libmicrohttpd] 02/04: Added missing '_MHD_EXTERN' to MHD_run_wait()
Date: Sun, 11 Apr 2021 11:42:20 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 8a7c20f79226f92417a340c9a1bc8d0371f10cdd
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Apr 7 21:51:33 2021 +0300

    Added missing '_MHD_EXTERN' to MHD_run_wait()
---
 ChangeLog                | 1 +
 src/include/microhttpd.h | 2 +-
 src/microhttpd/daemon.c  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c436dc30..3ae48113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ Thu 01 Apr 2021 21:29:46 MSK
     Fixed MD5 digest authorization broken when compiled without variable
     length arrays support (notably with MSVC).
     Fixed and muted compiler warning.
+    Deeper test with zzuf if configured with --enable-heavy-tests.
     Removed run-check of assert() in configure to avoid core dumps. -EG
 
 Thu 01 Apr 2021 17:46:00 MSK
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index a4ba9bf1..5eda9845 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2726,7 +2726,7 @@ MHD_run (struct MHD_Daemon *daemon);
  * @note Available since #MHD_VERSION 0x00097206
  * @ingroup event
  */
-enum MHD_Result
+_MHD_EXTERN enum MHD_Result
 MHD_run_wait (struct MHD_Daemon *daemon,
               int32_t millisec);
 
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 59eaf953..7f814ec0 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5094,7 +5094,7 @@ MHD_run (struct MHD_Daemon *daemon)
  * @note Available since #MHD_VERSION 0x00097206
  * @ingroup event
  */
-enum MHD_Result
+_MHD_EXTERN enum MHD_Result
 MHD_run_wait (struct MHD_Daemon *daemon,
               int32_t millisec)
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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