X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclass.h;fp=src%2Fngircd%2Fclass.h;h=b93c3b68cb78bf0cc3141acee7dae52014a9d9a5;hb=dc9fcb0fb2716757ef336e60febeb58f59325388;hp=deb60f47828220339bec85fd772958a255fa9873;hpb=2b95c69ea19c6711bb98ee048ee71cee94c5dde9;p=ngircd-alex.git diff --git a/src/ngircd/class.h b/src/ngircd/class.h index deb60f47..b93c3b68 100644 --- a/src/ngircd/class.h +++ b/src/ngircd/class.h @@ -31,6 +31,8 @@ GLOBAL void Class_DeleteMask PARAMS((const int Class, const char *Mask)); GLOBAL bool Class_IsMember PARAMS((const int Class, CLIENT *Client)); +GLOBAL struct list_head Class_GetList PARAMS((const int Class)); + #endif /* __class_h__ */ /* -eof- */