|
Change |
Effect |
1 |
Field area_code has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 |
Field idd_code has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 |
Field mobile_brand has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 |
Field net_speed has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 |
Field time_zone has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 |
Field usage_type has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 |
Field weather_station_code has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 |
Field weather_station_name has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 |
Field zip_code has been added to this type. |
1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed.
NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 |
Size of this type has been changed from 152 bytes to 224 bytes. |
The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
IP2Location_free_record ( struct IP2LocationRecord* record )
1st parameter 'record' (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_all ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_areacode ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_city ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_country_long ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_country_short ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_domain ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_elevation ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_iddcode ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
IP2Location_get_isp ( struct IP2Location* handler, char* ip )
Return value (pointer) has base type 'struct IP2LocationRecord'.
...