]> jfr.im git - irc/quakenet/newserv.git/blame - usercount/usercount.h
BUILD: add require-all build mode
[irc/quakenet/newserv.git] / usercount / usercount.h
CommitLineData
2a26f457
CP
1#ifndef __USERCOUNT_H
2#define __USERCOUNT_H
3
4#include "../server/server.h"
5
6extern int servercount[MAXSERVERS];
7
8#endif