diff options
author | Luca Deri <deri@ntop.org> | 2021-03-31 12:52:54 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-03-31 12:52:54 +0200 |
commit | 48726301e1a2859e277b2ed5b76338cdf4468b22 (patch) | |
tree | e141840d28fc56678c4416f222ff8d6cae03079a /src/include | |
parent | 2b84f28df55d2ed05039c9f408761363e53c6714 (diff) |
Fixed mispelled word
Diffstat (limited to 'src/include')
-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); |