]> jfr.im git - irc/quakenet/newserv.git/blobdiff - geoip/geoip.h
CHANSERV: tell user when they can't attempts to auth any more, and drop max attempts...
[irc/quakenet/newserv.git] / geoip / geoip.h
index 0d5f9fccfad953ef15bdb6ff7a1f987752119679..fe3d0919e2d22e6508749102118e0d47f18d0d6a 100644 (file)
@@ -1,7 +1,7 @@
-#include "libGeoIP/GeoIP.h"
-
 #define COUNTRY_MIN 0
-#define COUNTRY_MAX 246
+#define COUNTRY_MAX 253
 
 extern int geoip_totals[COUNTRY_MAX + 1];
 
+int geoip_lookupcode(char *code);
+typedef int (*GeoIP_LookupCode)(char *);