You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tork/src/GeoIP-1.4.0/libGeoIP/GeoIP_internal.h

12 lines
354 B

#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