client: drop no longer existent 'struct blacklist' definition.
This went away when authd was implemented.
This commit is contained in:
parent
f598ba3857
commit
d07feac7b2
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@
|
||||||
#include "ircd.h"
|
#include "ircd.h"
|
||||||
#include "privilege.h"
|
#include "privilege.h"
|
||||||
|
|
||||||
/* other structs */
|
|
||||||
struct Blacklist;
|
|
||||||
|
|
||||||
/* we store ipv6 ips for remote clients, so this needs to be v6 always */
|
/* we store ipv6 ips for remote clients, so this needs to be v6 always */
|
||||||
#define HOSTIPLEN 53 /* sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255.ipv6") */
|
#define HOSTIPLEN 53 /* sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255.ipv6") */
|
||||||
#define PASSWDLEN 128
|
#define PASSWDLEN 128
|
||||||
|
|
Loading…
Reference in a new issue