Mark GeoipCode3 as deprecated.

This commit is contained in:
Nick Hastings 2018-10-28 12:45:41 -04:00
parent f6f18eba04
commit 0b8d1370a2

View File

@ -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]);
/**