X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclient.h;h=dc2c9924ffb9b0c2f4317ecfc1f8728e1b168886;hb=d0304b19a2aaab32df628637d6961a447078bbe3;hp=edee38e4291dc6f1ff39641bcf1b3102b8fc1378;hpb=c69b208bd4d70771adad3fe176c8c03b859fcfee;p=ngircd.git diff --git a/src/ngircd/client.h b/src/ngircd/client.h index edee38e4..dc2c9924 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: client.h,v 1.32 2002/12/12 12:23:43 alex Exp $ + * $Id: client.h,v 1.33 2002/12/22 23:29:09 alex Exp $ * * Client management (header) */ @@ -130,6 +130,8 @@ GLOBAL LONG Client_UnknownCount PARAMS((VOID )); GLOBAL LONG Client_MyUserCount PARAMS((VOID )); GLOBAL LONG Client_MyServiceCount PARAMS((VOID )); GLOBAL LONG Client_MyServerCount PARAMS((VOID )); +GLOBAL LONG Client_MaxUserCount PARAMS(( VOID )); +GLOBAL LONG Client_MyMaxUserCount PARAMS(( VOID )); GLOBAL BOOLEAN Client_IsValidNick PARAMS((CHAR *Nick ));