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:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user