#if defined _sypexgeo_included
	#endinput
#endif

#define _sypexgeo_included

/**
 * 
 * @output  Город
 * @example Москва
 */
native sxgeo_city(const ip[],const city[],city_len);

/**
 *
 * @output  Страна | ISO-3166
 * @example Россия | RU
 */
native sxgeo_country(const ip[],const country[],country_len,const cc2iso[],cc2iso_len);

/**
 *
 * @output  Город     | Страна | Регион             | ISO-3166
 * @example Лыткарино | Россия | Московская область | RU
 */
native sxgeo_data(const ip[],const city[],city_len,const country[],country_len,const region_name[],region_len,const cc2iso[],cc2iso_len);