Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / include / gline.h
index 50ef60862c566ef2f55a94c79cb90d790096cb85..f3f88eb172c4be74cfa2afd3116c6345180c1200 100644 (file)
@@ -95,7 +95,7 @@ extern void gline_free(struct Gline *gline);
 extern void gline_burst(struct Client *cptr);
 extern int gline_resend(struct Client *cptr, struct Gline *gline);
 extern int gline_list(struct Client *sptr, char *userhost);
-extern void gline_stats(struct Client *sptr, struct StatDesc *sd, int stat,
+extern void gline_stats(struct Client *sptr, const struct StatDesc *sd,
                         char *param);
 extern int gline_memory_count(size_t *gl_size);