client: drop no longer existent 'struct blacklist' definition.

This went away when authd was implemented.
This commit is contained in:
Ariadne Conill 2020-07-05 20:53:30 -06:00
parent f598ba3857
commit d07feac7b2

View file

@ -36,9 +36,6 @@
#include "ircd.h"
#include "privilege.h"
/* other structs */
struct Blacklist;
/* 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 PASSWDLEN 128