- config.c: fixed compile warnings with -Wmissing-prototypes
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 11 Mar 2015 16:30:37 +0000 (16:30 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 11 Mar 2015 16:30:37 +0000 (16:30 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5667 82007160-df01-0410-b94d-b575c5fd34c7

src/config.c

index fe2e1b9154af691ee499926df4502ac673bfa927..9c1a6a0d444f67b7baf982875128c17cc242ecec 100644 (file)
@@ -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 */