diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-04 00:52:25 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-04 00:52:25 +0000 |
commit | 146ecc2fbba8c2a72af78d336ad58aebda656773 (patch) | |
tree | d4d7b1dd40cad0909dcc51106362167f988e1f75 /include/extern.h | |
parent | 36f523249a2834b289471465c2a4b4b5a2475589 (diff) |
Remove is_services_* methods.. this forces us to actually remove uses of them.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2257 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h index 5dff37633..3a602fca1 100644 --- a/include/extern.h +++ b/include/extern.h @@ -751,9 +751,6 @@ E void load_os_dbase(); E void save_os_dbase(); E void os_remove_nick(NickCore *nc); -E int is_services_root(User *u); -E int is_services_admin(User *u); -E int is_services_oper(User *u); E int add_akill(User *u, const char *mask, const char *by, const time_t expires, const char *reason); E int check_akill(const char *nick, const char *username, const char *host, const char *vhost, const char *ip); |