X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclass.h;h=2a9dbba76a88db4276099e4525bab5f32fd56314;hb=5c6875d7686e1b4dbf1a82b6d159bd5f18da4a52;hp=deb60f47828220339bec85fd772958a255fa9873;hpb=af70c3dbc927c77167a26c1f4d8ed6bf2b97e3c5;p=ngircd-alex.git diff --git a/src/ngircd/class.h b/src/ngircd/class.h index deb60f47..2a9dbba7 100644 --- a/src/ngircd/class.h +++ b/src/ngircd/class.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2012 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 @@ -29,7 +29,12 @@ GLOBAL bool Class_AddMask PARAMS((const int Class, const char *Mask, const time_t ValidUntil, const char *Reason)); GLOBAL void Class_DeleteMask PARAMS((const int Class, const char *Mask)); -GLOBAL bool Class_IsMember PARAMS((const int Class, CLIENT *Client)); +GLOBAL char *Class_GetMemberReason PARAMS((const int Class, CLIENT *Client)); +GLOBAL bool Class_HandleServerBans PARAMS((CLIENT *Client)); + +GLOBAL struct list_head *Class_GetList PARAMS((const int Class)); + +GLOBAL void Class_Expire PARAMS((void)); #endif /* __class_h__ */