X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fclass.h;h=df53e164d224bd70116fe003d79bf93047fbeda7;hb=5ba09703da9f8f21f3278dc0222cd6fe077cfe31;hp=0e197461b8bd77663ef39b40e6fc1dde8143bdbb;hpb=e9d69ffa05639cedd682684fc7c518dcfbc64bfe;p=ircu2.10.12-pk.git diff --git a/include/class.h b/include/class.h index 0e19746..df53e16 100644 --- a/include/class.h +++ b/include/class.h @@ -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);