]> jfr.im git - irc/atheme/libmowgli-2.git/commitdiff
core/bootstrap.h: provide prototype for extern function 'mowgli_init'
authorAaron Jones <redacted>
Fri, 18 Jan 2019 03:05:47 +0000 (03:05 +0000)
committerAaron Jones <redacted>
Fri, 18 Jan 2019 03:05:47 +0000 (03:05 +0000)
Fixes compiler diagnostic:

bootstrap.c:63:1: warning: no previous prototype for function
    'mowgli_init' [-Wmissing-prototypes]

src/libmowgli/core/bootstrap.h

index ddcdc9c8de7cf3c53625a59445a5732a51421720..878c8bb81b783dc9f6ac39b97b1ad139e3794b6a 100644 (file)
@@ -25,5 +25,6 @@
 #define MOWGLI_SRC_LIBMOWGLI_CORE_BOOTSTRAP_H_INCLUDE_GUARD 1
 
 extern void mowgli_bootstrap(void);
+extern void mowgli_init(void);
 
 #endif /* MOWGLI_SRC_LIBMOWGLI_CORE_BOOTSTRAP_H_INCLUDE_GUARD */