diff options
Diffstat (limited to 'src/GeoIP-1.4.0/libGeoIP/GeoIP_internal.h')
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIP_internal.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIP_internal.h b/src/GeoIP-1.4.0/libGeoIP/GeoIP_internal.h new file mode 100644 index 0000000..8ec5c95 --- /dev/null +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIP_internal.h @@ -0,0 +1,11 @@ +#ifndef GEOIP_INTERNAL_H +#define GEOIP_INTERNAL_H + +GEOIP_API unsigned int _GeoIP_seek_record (GeoIP *gi, unsigned long ipnum); +GEOIP_API unsigned long _GeoIP_addr_to_num (const char *addr); + +unsigned long _GeoIP_lookupaddress (const char *host); +extern void _GeoIP_setup_dbfilename(void); +extern char *_GeoIP_full_path_to(const char *file_name); + +#endif |