- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / include / class.h
index 0e197461b8bd77663ef39b40e6fc1dde8143bdbb..df53e164d224bd70116fe003d79bf93047fbeda7 100644 (file)
@@ -28,6 +28,7 @@
 
 struct Client;
 struct ConfItem;
+struct StatDesc;
 
 /*
  * Structures
@@ -81,7 +82,8 @@ extern char *get_client_class(struct Client *acptr);
 extern void add_class(char *name, unsigned int ping,
                       unsigned int confreq, unsigned int maxli, unsigned int sendq);
 extern void check_class(void);
-extern void report_classes(struct Client *sptr);
+extern void report_classes(struct Client *sptr, struct StatDesc *sd, int stat,
+                           char *param);
 extern unsigned int get_sendq(struct Client* cptr);
 
 extern void class_send_meminfo(struct Client* cptr);