diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 20:55:26 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 20:55:26 +0000 |
commit | fccc1c55773f34a1822647eb873df0214da27efb (patch) | |
tree | c94a98c432b134aa89cfe1cc2a32e53cf62ba27a /include/extern.h | |
parent | 775a225a257b29b8e9b6367e8b24c03ff784f89e (diff) |
Remove remnants of old protocol stuff from header.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1510 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/extern.h b/include/extern.h index b84d2dc9f..56c1c4b35 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1018,20 +1018,6 @@ E unsigned int mysql_rand(void); /******************************************************************************/ -E void anope_cmd_capab(); /* CAPAB */ -E void anope_cmd_chghost(const char *nick, const char *vhost); /* CHGHOST */ -E void anope_cmd_chgident(const char *nick, const char *vIdent); /* CHGIDENT */ -E void anope_cmd_ea(); /* EA */ -E void anope_cmd_tmode(const char *source, const char *dest, const char *fmt, ...); /* TMODE */ -E void anope_cmd_netinfo(int ac, const char **av); /* NETINFO */ -E void anope_cmd_pass(const char *pass); /* PASS */ -E void anope_cmd_protoctl(); /* PROTOCTL */ -E void anope_cmd_svinfo(); /* SVINFO */ -E void anope_cmd_svsadmin(const char *server, int set); /* SVSADMIN */ -E void anope_cmd_svsinfo(); /* SVSINFO */ -E void anope_cmd_burst(); /* BURST - use eob to send burst 0 */ -E void anope_cmd_svswatch(const char *sender, const char *nick, const char *parm); - E char *common_get_vident(User *u); E char *common_get_vhost(User *u); E const char *send_token(const char *token1, const char *token2); |