diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-01 20:44:22 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-01 20:44:22 +0000 |
commit | 76ed67fe37cba4734e1377a468cc95da736ff5d2 (patch) | |
tree | e67d70fb3b1e27f06064b0fcc71cda36441667d6 /include | |
parent | eddfc4585d53d006ff7c0ac1db5b1d3551195a5b (diff) |
- Got rid of find_kill() and find_gline() wrapper functions
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2523 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/conf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conf.h b/include/conf.h index 16a6766..0397532 100644 --- a/include/conf.h +++ b/include/conf.h @@ -358,8 +358,6 @@ extern int check_client(struct Client *); extern void detach_conf(struct Client *, enum maskitem_type); extern struct MaskItem *find_conf_name(dlink_list *, const char *, enum maskitem_type); -extern struct MaskItem *find_kill(struct Client *); -extern struct MaskItem *find_gline(struct Client *); extern int conf_connect_allowed(struct irc_ssaddr *, int); extern char *oper_privs_as_string(const unsigned int); extern void split_nuh(struct split_nuh_item *); |