Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / ircd / class.c
index bf099f964f5a66ed8ca05478e5a1129bc8654eb8..41ed4e62aa501f51324424fa2fe593fe9fcadf3d 100644 (file)
@@ -232,7 +232,7 @@ struct ConnectionClass* find_class(const char *name)
 }
 
 void
-report_classes(struct Client *sptr, struct StatDesc *sd, int stat,
+report_classes(struct Client *sptr, const struct StatDesc *sd,
                char *param)
 {
   struct ConnectionClass *cltmp;