From d07feac7b240c00fd8ff543241ab298a287342ae Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 5 Jul 2020 20:53:30 -0600 Subject: [PATCH] client: drop no longer existent 'struct blacklist' definition. This went away when authd was implemented. --- include/client.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/client.h b/include/client.h index d3ff6a57..0f132160 100644 --- a/include/client.h +++ b/include/client.h @@ -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