- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / ircd / class.c
index ba5d7191d29eebe78874eb6ca74955df8bfce70d..c922dbb686655dddae50100e8282b1cacd93e5c7 100644 (file)
@@ -231,7 +231,8 @@ struct ConnectionClass* find_class(const char *name)
 }
 
 void
-report_classes(struct Client *sptr)
+report_classes(struct Client *sptr, struct StatDesc *sd, int stat,
+               char *param)
 {
   struct ConnectionClass *cltmp;