From: michael Date: Wed, 11 Mar 2015 16:30:37 +0000 (+0000) Subject: - config.c: fixed compile warnings with -Wmissing-prototypes X-Git-Tag: 1.1.0beta1~139 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=4e213fbce773db35cc623ad20f06fd6c3c0502b0;p=hopm.git - config.c: fixed compile warnings with -Wmissing-prototypes git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5667 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 */