1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 21:23:13 +02:00

Fixed some warnings caused from the last commit

This commit is contained in:
Adam
2012-09-22 16:23:19 -04:00
parent 3779ed916a
commit 0106d0b6bd
4 changed files with 1 additions and 15 deletions
-1
View File
@@ -15,7 +15,6 @@
#include "module.h"
static void myOperServHelp(User * u);
static int load_config(void);
static int reload_config(int argc, char **argv);
/**
-1
View File
@@ -15,7 +15,6 @@
#include "module.h"
static void myOperServHelp(User * u);
static int load_config(void);
static int reload_config(int argc, char **argv);
/**
-12
View File
@@ -39,24 +39,12 @@
/*************************************************************************/
User *currentUser;
static int m_isIRCop = 0;
char *NSAutoOPDBName;
static int myNickServAutoOpHelp(User * u);
static void myNickServHelp(User * u);
static int noop(User * u);
static int mEventJoin(int argc, char **argv);
static int setAutoOp(User * u);
static int UnsetAutoOp(User * u);
static int mLoadData(void);
static int mSaveData(int argc, char **argv);
static int mLoadConfig(int argc, char **argv);
static void m_AddLanguages(void);
/*************************************************************************/
/**
+1 -1
View File
@@ -8,7 +8,7 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="8"
VERSION_EXTRA="-git"
VERSION_BUILD="3098"
VERSION_BUILD="3099"
# Changes since 1.8.7 Release
#Revision 3098 - Made all module functions static to fix OSX's linker from linking modules with similar function names to each other