]> jfr.im git - irc/quakenet/newserv.git/blame - geoip/geoip.h
Large reorganisation of all Makefiles, including new configure script.
[irc/quakenet/newserv.git] / geoip / geoip.h
CommitLineData
cc3768c4
CP
1#define COUNTRY_MIN 0
2#define COUNTRY_MAX 246
3
4extern int geoip_totals[COUNTRY_MAX + 1];
5
4e4920a4
CP
6int geoip_lookupcode(char *code);
7typedef int (*GeoIP_LookupCode)(char *);
8