diff options
Diffstat (limited to 'src/include/ndpi_api.h.in')
-rw-r--r-- | src/include/ndpi_api.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 118240916..d284807f9 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -1547,9 +1547,9 @@ extern "C" { /* ******************************* */ - int ndpi_load_geeoip(struct ndpi_detection_module_struct *ndpi_str, + int ndpi_load_geoip(struct ndpi_detection_module_struct *ndpi_str, const char *ip_city_data, const char *ip_as_data); - void ndpi_free_geeoip(struct ndpi_detection_module_struct *ndpi_str); + void ndpi_free_geoip(struct ndpi_detection_module_struct *ndpi_str); int ndpi_get_geoip(struct ndpi_detection_module_struct *ndpi_str, char *ip, u_int32_t *asn, char *country_code, u_int8_t country_code_len); |