]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/class.h
New functions Lists_Expire() and Class_Expire()
[ngircd-alex.git] / src / ngircd / class.h
index b93c3b68cb78bf0cc3141acee7dae52014a9d9a5..3507836f857f0c7ce261e440f80ab0ed9396f623 100644 (file)
@@ -33,6 +33,8 @@ GLOBAL bool Class_IsMember PARAMS((const int Class, CLIENT *Client));
 
 GLOBAL struct list_head Class_GetList PARAMS((const int Class));
 
+GLOBAL void Class_Expire PARAMS((void));
+
 #endif /* __class_h__ */
 
 /* -eof- */