X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclient.h;h=91a717cd632613dcc082c0ea5367c238016a32e2;hb=ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce;hp=f6f9525b9c40beaaa9924dd43c684167192581ce;hpb=f3961ec6ab32ffa1ea1ce3f716a904ed82c8fde4;p=ngircd.git diff --git a/src/ngircd/client.h b/src/ngircd/client.h index f6f9525b..91a717cd 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2024 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ #include "defines.h" -#if defined(__client_c__) | defined(__client_cap_c__) | defined(S_SPLINT_S) +#if defined(__client_c__) | defined(__client_cap_c__) typedef struct _CLIENT {