aboutsummaryrefslogtreecommitdiff
path: root/src/lib/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/init.h')
-rw-r--r--src/lib/init.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/init.h b/src/lib/init.h
index f64f9b51..fae96159 100644
--- a/src/lib/init.h
+++ b/src/lib/init.h
@@ -16,24 +16,15 @@
16 License along with this library; if not, write to the Free Software 16 License along with this library; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18*/ 18*/
19
20/** 19/**
21 * @file lib/init.h 20 * @file lib/init.h
22 * @brief functions to initialize library 21 * @brief functions to initialize library
23 * @author Christian Grothoff 22 * @author Christian Grothoff
24 */ 23 */
25#include "internal.h"
26
27
28#ifndef INIT_H 24#ifndef INIT_H
29#define INIT_H 25#define INIT_H
30 26
31/** 27#include "internal.h"
32 * Globally initialise library.
33 */
34void
35MHD_init(void);
36
37 28
38#ifdef _AUTOINIT_FUNCS_ARE_SUPPORTED 29#ifdef _AUTOINIT_FUNCS_ARE_SUPPORTED
39/** 30/**