X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/68876ea24b3d1782d404a39989ad855b328e5304..7bab07d4d30245bf5ba272b236dc7b1c1e309c4d:/include/s_stats.h diff --git a/include/s_stats.h b/include/s_stats.h index 562e77c..b4757d5 100644 --- a/include/s_stats.h +++ b/include/s_stats.h @@ -27,8 +27,6 @@ #ifndef INCLUDED_s_stats_h #define INCLUDED_s_stats_h -#include "config.h" - #define _1MEG (1024.0) #define _1GIG (1024.0*1024.0) #define _1TER (1024.0*1024.0*1024.0) @@ -74,11 +72,6 @@ struct ServerStatistics unsigned int is_tgch; /* messages blocked due to target change */ }; -extern struct ServerStatistics *ServerStats; - -extern void init_stats(void); -extern void tstats(struct Client *client); - -extern void count_memory(struct Client *); +extern struct ServerStatistics ServerStats; #endif /* INCLUDED_s_stats_h */