aboutsummaryrefslogtreecommitdiff
path: root/src/lib/geoip/geoip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/geoip/geoip.h')
-rw-r--r--src/lib/geoip/geoip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/geoip/geoip.h b/src/lib/geoip/geoip.h
index f872ebd25f..1407d0a1ea 100644
--- a/src/lib/geoip/geoip.h
+++ b/src/lib/geoip/geoip.h
@@ -31,6 +31,7 @@ int geoip_get_country_by_ipv6(const struct in6_addr *addr);
/** A per-country GeoIP record. */
typedef struct geoip_country_t {
+ /** A nul-terminated two-letter country-code. */
char countrycode[3];
} geoip_country_t;