Allow /stats to accept long names for the displayed statistics.
[ircu2.10.12-pk.git] / include / res.h
index d2c54e9bc7125731624b67f402a730e0276e60c3..bb22a14ebaf22ef70d1a895356e2703b22692055 100644 (file)
@@ -126,7 +126,7 @@ extern void restart_resolver(void);
 extern void add_local_domain(char *hname, size_t size);
 extern size_t cres_mem(struct Client* cptr);
 extern void delete_resolver_queries(const void *vptr);
-extern void report_dns_servers(struct Client *source_p, struct StatDesc *sd, int stat, char *param);
+extern void report_dns_servers(struct Client *source_p, const struct StatDesc *sd, char *param);
 extern void gethost_byname(const char *name, const struct DNSQuery *query);
 extern void gethost_byaddr(const struct irc_in_addr *addr, const struct DNSQuery *query);