gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/26: daemon.c: added prototypes for non-static functio


From: gnunet
Subject: [libmicrohttpd] 02/26: daemon.c: added prototypes for non-static functions
Date: Mon, 25 Apr 2022 15:08:26 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit a263d605ff680f52f5fa4c5b654732293fa264d6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Apr 23 15:10:13 2022 +0300

    daemon.c: added prototypes for non-static functions
---
 src/microhttpd/daemon.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 5a72531f..086453d8 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -88,6 +88,19 @@
 
 /* Forward declarations. */
 
+
+/**
+ * Global initialisation function.
+ */
+void
+MHD_init (void);
+
+/**
+ * Global deinitialisation function.
+ */
+void
+MHD_fini (void);
+
 /**
  * Close all connections for the daemon.
  * Must only be called when MHD_Daemon::shutdown was set to true.
@@ -116,12 +129,6 @@ MHD_epoll (struct MHD_Daemon *daemon,
 
 #endif /* EPOLL_SUPPORT */
 
-/**
- * Globally initialise library.
- */
-void
-MHD_init (void);
-
 
 #if defined(MHD_WINSOCK_SOCKETS)
 /**

-- 
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]