Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / ircd / msgq.c
index 043c8590fec7480214106e6e680018560882317d..01523a46ccffce27fcfe095e45a088b9252dd23d 100644 (file)
@@ -576,7 +576,7 @@ msgq_bufleft(struct MsgBuf *mb)
  * requesting client
  */
 void
-msgq_histogram(struct Client *cptr, struct StatDesc *sd, int stat, char *param)
+msgq_histogram(struct Client *cptr, const struct StatDesc *sd, char *param)
 {
   struct MsgSizes tmp = MQData.sizes; /* All hail structure copy! */
   int i;