From: michael Date: Wed, 11 Mar 2015 16:30:56 +0000 (+0000) Subject: - config.c: fixed compile warnings with -Wmissing-prototypes X-Git-Tag: 1.0.4~23 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=896d923ce1438e5b3816c6c9139c41a9beab4abe;p=hopm.git - config.c: fixed compile warnings with -Wmissing-prototypes git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5668 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/config.c b/src/config.c index fe2e1b9..9c1a6a0 100644 --- a/src/config.c +++ b/src/config.c @@ -46,7 +46,7 @@ list_t *ScannerItemList = NULL; /* Malloc and initialize configuration data to NULL */ -void +static void config_init(void) { /* Init IRC block */ @@ -74,7 +74,7 @@ config_init(void) } /* Setup structs that hold configuration data and then reset default values */ -void +static void config_setup(void) { /* Setup IRC Block Defaults */