]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_stats.h
Some global structs cleaned up a bit in their initalization and declarations.
[irc/rqf/shadowircd.git] / include / s_stats.h
index 562e77c6ca87d0c672d3f6b9cb59409dbb1c924d..b4757d5ab7fc5e62c4746a8811b0cee6ccd5a27b 100644 (file)
@@ -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 */