Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / ircd / s_misc.c
index 16162a6de1ec40469fc6f874aa0cb8bb1ef21a66..052d864e6053c2a6ed7ee5f58aef2763847814a7 100644 (file)
@@ -551,7 +551,7 @@ void initstats(void)
   memset(&ircst, 0, sizeof(ircst));
 }
 
-void tstats(struct Client *cptr, struct StatDesc *sd, int stat, char *param)
+void tstats(struct Client *cptr, const struct StatDesc *sd, char *param)
 {
   struct Client *acptr;
   int i;