diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-24 01:17:43 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-24 01:17:43 +0000 |
commit | 7e8e6e849ba1108353293200213a5f8eb5977fda (patch) | |
tree | b129e4023375ef73037854e57b61bbecab6fcd83 | |
parent | 3ffd9179262242acc01ed93b749aa55a938cf381 (diff) |
Removed some unused externs from extern.h
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2835 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | include/extern.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/extern.h b/include/extern.h index 4e1de79e7..ccff00e58 100644 --- a/include/extern.h +++ b/include/extern.h @@ -54,7 +54,6 @@ E BotInfo *findbot(const std::string &nick); * @param uid The UID to search for * @return The pseudoclient structure, or NULL if one could not be found */ -E BotInfo *findbot_byuid(const char *uid); E void bot_join(ChannelInfo *ci); E char *normalizeBuffer(const char *); E void insert_bot(BotInfo * bi); @@ -391,7 +390,6 @@ E int validate_user(User * u); E void cancel_user(User * u); E void expire_nicks(); E void expire_requests(); -EI int ns_do_register(User * u); E NickAlias *findnick(const char *nick); E NickAlias *findnick(const std::string &nick); E NickCore *findcore(const char *nick); @@ -514,11 +512,9 @@ E int32 nsessions; E void get_session_stats(long *nrec, long *memuse); E void get_exception_stats(long *nrec, long *memuse); -E int do_session(User *u); E int add_session(const char *nick, const char *host, char *hostip); E void del_session(const char *host); -E int do_exception(User *u); E void expire_exceptions(); E Session *findsession(const char *host); @@ -607,8 +603,6 @@ E int decode_ip(const char *buf); E char *host_resolve(char *host); -E void event_process_hook(const char *name, int argc, char **argv); - #ifdef _WIN32 E char *GetWindowsVersion() ; E int SupportedWindowsVersion(); |