]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/class.h
New function IRC_CheckListTooBig() to check size of list replies
[ngircd-alex.git] / src / ngircd / class.h
index b93c3b68cb78bf0cc3141acee7dae52014a9d9a5..8c06c2e2dde562b84f18703933574bd364ed471b 100644 (file)
@@ -31,7 +31,9 @@ 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));
+GLOBAL struct list_head *Class_GetList PARAMS((const int Class));
+
+GLOBAL void Class_Expire PARAMS((void));
 
 #endif /* __class_h__ */