mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
daemon.c: added prototypes for non-static functions
This commit is contained in:
+13
-6
@@ -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)
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user