Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / include / motd.h
index 130ce162bbd63d71699fdbd1d5c001de08ac2f03..785511239dcc6103c40d891d8140ae95cf9dfe2a 100644 (file)
@@ -86,7 +86,7 @@ void motd_add(const char *hostmask, const char *path);
 void motd_clear(void);
 
 /* This is called to report T-lines */
-void motd_report(struct Client *to, struct StatDesc *sd, int stat,
+void motd_report(struct Client *to, const struct StatDesc *sd,
                  char *param);
 void motd_memory_count(struct Client *cptr);