Add a dummy version of geoip_db_lookup_ipv6(). Should fix compilation on

a few of the build slaves.

svn path=/trunk/; revision=39284
This commit is contained in:
Gerald Combs 2011-10-05 23:20:45 +00:00
parent d40223b6fb
commit 6ea68578c7
1 changed files with 5 additions and 0 deletions

View File

@ -489,6 +489,11 @@ geoip_db_lookup_ipv4(guint dbnum _U_, guint32 addr _U_, char *not_found) {
return not_found;
}
const char *
geoip_db_lookup_ipv6(guint dbnum _U_, guint32 addr _U_, char *not_found) {
return not_found;
}
gchar *
geoip_db_get_paths(void) {
return "";