]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/class.h
New function Class_GetList()
[ngircd-alex.git] / src / ngircd / class.h
index deb60f47828220339bec85fd772958a255fa9873..b93c3b68cb78bf0cc3141acee7dae52014a9d9a5 100644 (file)
@@ -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- */