Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / include / ircd_features.h
index e5135877917e9fb99e7ee6891f749db8cce47873..58a0d61b510b86959fa6e8d5decb76c0a213b504 100644 (file)
@@ -160,7 +160,7 @@ extern int feature_get(struct Client* from, const char* const* fields,
 extern void feature_unmark(void);
 extern void feature_mark(void);
 
-extern void feature_report(struct Client* to, struct StatDesc* sd, int stat,
+extern void feature_report(struct Client* to, const struct StatDesc* sd,
                            char* param);
 
 extern int feature_int(enum Feature feat);