summaryrefslogtreecommitdiff
path: root/geoip.h
diff options
context:
space:
mode:
Diffstat (limited to 'geoip.h')
-rw-r--r--geoip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/geoip.h b/geoip.h
index 0cbd619..5d5c221 100644
--- a/geoip.h
+++ b/geoip.h
@@ -104,6 +104,16 @@ static inline const char *geoip6_as_name(struct sockaddr_in6 *sa)
{
return NULL;
}
+
+static inline const char *geoip4_country_code3_name(struct sockaddr_in *sa)
+{
+ return NULL;
+}
+
+static inline const char *geoip6_country_code3_name(struct sockaddr_in6 *sa)
+{
+ return NULL;
+}
#endif
#endif /* GEOIPH_H */