denyhosts/ip2region/ip2region.h

9 lines
94 B
C
Raw Permalink Normal View History

#ifndef IP2REGION_H
#define IP2REGION_H
char *ip2region(char *xdb_file, char *ip);
#endif