Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / include / userload.h
index d44c16aee19014068a1370f564f314a92d8c8150..2f95ade26ce2e7eeeeca9cbafffd4570c910f232 100644 (file)
@@ -43,7 +43,7 @@ struct current_load_st {
  */
 
 extern void update_load(void);
-extern void calc_load(struct Client *sptr, struct StatDesc *sd, int stat,
+extern void calc_load(struct Client *sptr, const struct StatDesc *sd,
                       char *param);
 extern void initload(void);