diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 12:37:17 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 12:37:17 +0000 |
commit | b95c53765cd3bdd85a60072f3f32d4ce4ad950bc (patch) | |
tree | 7ab56b05fa8448dec5edfdd22258bc735c6a922b /include/extern.h | |
parent | aaa81d2dfb32ac81455d1b4fdbba343bd685f554 (diff) |
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
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/include/extern.h b/include/extern.h index fefdc56bb..54a6bb974 100644 --- a/include/extern.h +++ b/include/extern.h @@ -33,6 +33,7 @@ E char *uplink; /* IRC Variables */ + E IRCDVar *ircd; E IRCDCAPAB *ircdcap; E char *flood_mode_char_set; @@ -82,10 +83,6 @@ E void bot_raw_mode(User * requester, ChannelInfo * ci, char *mode, char *nick); /**** channels.c ****/ E Channel *chanlist[1024]; -E CBMode cbmodes[128]; -E CUMode cumodes[128]; -E CMMode cmmodes[128]; -E char csmodes[128]; E void add_ban(Channel * chan, char *mask); E void chan_adduser2(User * user, Channel * c); @@ -1019,8 +1016,8 @@ E void finish_sync(Server *serv, int sync_links); E Exception *exceptions; E int16 nexceptions; -Session *sessionlist[1024]; -int32 nsessions; +E Session *sessionlist[1024]; +E int32 nsessions; E void get_session_stats(long *nrec, long *memuse); E void get_exception_stats(long *nrec, long *memuse); @@ -1295,12 +1292,10 @@ I int anope_event_netctrl(char *source, int ac, char **av); I int anope_event_notice(char *source, int ac, char **av); I int anope_event_snotice(char *source, int ac, char **av); I int anope_event_sqline(char *source, int ac, char **av); -I int anope_event_error(char *source, int ac, char **av); I int anope_event_smo(char *source, int ac, char **av); I int anope_event_myid(char *source, int ac, char **av); I int anope_event_vctrl(char *source, int ac, char **av); I int anope_event_tctrl(char *source, int ac, char **av); -I int anope_event_netinfo(char *source, int ac, char **av); I int anope_event_snetinfo(char *source, int ac, char **av); I int anope_event_umode2(char *source, int ac, char **av); I int anope_event_globops(char *source, int ac, char **av); |