mirror of
https://github.com/anope/anope.git
synced 2026-07-06 01:33:14 +02:00
BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function declarations
git-svn-id: svn://svn.anope.org/anope/trunk@1048 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@772 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
aaa81d2dfb
commit
b95c53765c
@@ -17,7 +17,9 @@
|
||||
|
||||
int do_identify(User * u);
|
||||
void myChanServHelp(User * u);
|
||||
#ifdef _WIN32
|
||||
extern MDE int check_password(const char *plaintext, const char *password);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Create the command, and tell anope about it.
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
|
||||
int do_chanlist(User * u);
|
||||
void myOperServHelp(User * u);
|
||||
#ifdef _WIN32
|
||||
extern MDE int anope_get_private_mode();
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Create the command, and tell anope about it.
|
||||
|
||||
@@ -15,8 +15,10 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
extern MDE time_t DefContimer;
|
||||
extern MDE void runDefCon(void);
|
||||
#endif
|
||||
int do_defcon(User * u);
|
||||
void defcon_sendlvls(User * u);
|
||||
|
||||
|
||||
@@ -19,12 +19,6 @@ int do_modinfo(User * u);
|
||||
void myOperServHelp(User * u);
|
||||
int showModuleMsgLoaded(MessageHash * msgList, char *mod_name, User * u);
|
||||
int showModuleCmdLoaded(CommandHash * cmdList, char *mod_name, User * u);
|
||||
extern MDE Module *findModule(char *name);
|
||||
|
||||
extern MDE Module *mod_current_module;
|
||||
extern MDE int mod_current_op;
|
||||
extern MDE User *mod_current_user;
|
||||
extern MDE ModuleHash *MODULE_HASH[MAX_CMD_HASH];
|
||||
|
||||
/**
|
||||
* Create the command, and tell anope about it.
|
||||
|
||||
@@ -15,13 +15,6 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
extern MDE Module *mod_current_module;
|
||||
extern MDE int mod_current_op;
|
||||
extern MDE User *mod_current_user;
|
||||
extern MDE ModuleHash *MODULE_HASH[MAX_CMD_HASH];
|
||||
|
||||
extern MDE Module *createModule(char *filename);
|
||||
|
||||
int do_modlist(User * u);
|
||||
void myOperServHelp(User * u);
|
||||
|
||||
|
||||
@@ -15,13 +15,6 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
extern MDE Module *mod_current_module;
|
||||
extern MDE int mod_current_op;
|
||||
extern MDE User *mod_current_user;
|
||||
extern MDE ModuleHash *MODULE_HASH[MAX_CMD_HASH];
|
||||
|
||||
extern MDE Module *createModule(char *filename);
|
||||
|
||||
int do_modload(User * u);
|
||||
void myOperServHelp(User * u);
|
||||
|
||||
|
||||
@@ -15,11 +15,6 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
extern MDE Module *mod_current_module;
|
||||
extern MDE int mod_current_op;
|
||||
extern MDE User *mod_current_user;
|
||||
extern MDE ModuleHash *MODULE_HASH[MAX_CMD_HASH];
|
||||
|
||||
int do_modunload(User * u);
|
||||
|
||||
void myOperServHelp(User * u);
|
||||
|
||||
@@ -15,8 +15,10 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
/* OperServ restart needs access to this if were gonna avoid sending ourself a signal */
|
||||
extern MDE void do_restart_services(void);
|
||||
#endif
|
||||
|
||||
int do_restart(User * u);
|
||||
void myOperServHelp(User * u);
|
||||
|
||||
@@ -21,8 +21,10 @@ int do_stats(User * u);
|
||||
void get_operserv_stats(long *nrec, long *memuse);
|
||||
void myOperServHelp(User * u);
|
||||
|
||||
#ifdef _WIN32
|
||||
extern MDE struct clone clonelist[CLONE_DETECT_SIZE];
|
||||
extern MDE struct clone warnings[CLONE_DETECT_SIZE];
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Create the command, and tell anope about it.
|
||||
|
||||
@@ -15,8 +15,10 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
extern MDE int anope_get_invite_mode();
|
||||
extern MDE int anope_get_invis_mode();
|
||||
#endif
|
||||
|
||||
int do_userlist(User * u);
|
||||
void myOperServHelp(User * u);
|
||||
|
||||
Reference in New Issue
Block a user