]> jfr.im git - irc/quakenet/newserv.git/blob - usercount/usercount.h
A4STATS: remove E style escapes and switch to createtable for indices
[irc/quakenet/newserv.git] / usercount / usercount.h
1 #ifndef __USERCOUNT_H
2 #define __USERCOUNT_H
3
4 #include "../server/server.h"
5
6 extern int servercount[MAXSERVERS];
7
8 #endif