diff --git a/plugins/include/geoip.inc b/plugins/include/geoip.inc index 57d0862d0..906f0961e 100644 --- a/plugins/include/geoip.inc +++ b/plugins/include/geoip.inc @@ -57,6 +57,7 @@ native bool GeoipCode2(const char[] ip, char ccode[3]); * @param ccode Destination string buffer to store the code. * @return True on success, false if no country found. */ +#pragma deprecated No longer supported by Maxmind API native bool GeoipCode3(const char[] ip, char ccode[4]); /**