#include <config.h>
#include <isc/util.h>
#include <named/log.h>
#include <named/geoip.h>
#include <dns/geoip.h>
Go to the source code of this file.
Functions | |
void | ns_geoip_init (void) |
void | ns_geoip_load (char *dir) |
Definition in file geoip.c.
void ns_geoip_init | ( | void | ) |
void ns_geoip_load | ( | char * | dir | ) |
Definition at line 96 of file geoip.c.
References ISC_LOG_INFO, isc_log_write(), ns_geoip_init(), NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER, and UNUSED.
Referenced by load_configuration().