diff options
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 467984f9f..3772be89e 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -2090,6 +2090,10 @@ extern "C" { int ndpi_get_geoip_country_continent(struct ndpi_detection_module_struct *ndpi_str, char *ip, char *country_code, u_int8_t country_code_len, char *continent, u_int8_t continent_len); + int ndpi_get_geoip_country_continent_city(struct ndpi_detection_module_struct *ndpi_str, char *ip, + char *country_code, u_int8_t country_code_len, + char *continent, u_int8_t continent_len, + char *city, u_int8_t city_len); /* ******************************* */ |