hostmask.h cleanup
This commit is contained in:
parent
7ee5e8a5fe
commit
9fa9300fa2
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ struct ConfItem *find_address_conf(const char *host, const char *sockhost,
|
||||||
const char *, const char *, struct sockaddr *,
|
const char *, const char *, struct sockaddr *,
|
||||||
int);
|
int);
|
||||||
|
|
||||||
struct ConfItem *find_dline(struct sockaddr *, int);
|
|
||||||
|
|
||||||
#define find_kline(x) (find_conf_by_address((x)->host, (x)->sockhost, \
|
#define find_kline(x) (find_conf_by_address((x)->host, (x)->sockhost, \
|
||||||
(x)->orighost, \
|
(x)->orighost, \
|
||||||
(struct sockaddr *)&(x)->localClient->ip, CONF_KILL,\
|
(struct sockaddr *)&(x)->localClient->ip, CONF_KILL,\
|
||||||
|
|
Loading…
Reference in a new issue