- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / include / s_misc.h
index 1dc068b60401841dd406bb647b9b3072be610ef9..8c2983b8ed6c8f354ef7fd85819a03a9ef396f3f 100644 (file)
@@ -16,6 +16,7 @@
 
 
 struct Client;
+struct StatDesc;
 struct ConfItem;
 
 /*-----------------------------------------------------------------------------
@@ -74,7 +75,8 @@ extern const char* get_client_host(const struct Client *cptr);
 extern void get_sockhost(struct Client *cptr, char *host);
 extern int vexit_client_msg(struct Client *cptr, struct Client *bcptr,
     struct Client *sptr, const char *pattern, va_list vl);
-extern void tstats(struct Client *cptr, char *name);
+extern void tstats(struct Client *cptr, struct StatDesc *sd, int stat,
+                   char *param);
 
 extern struct ServerStatistics* ServerStats;