denyhosts/ip2region/ip2region.h

9 lines
92 B
C
Raw Normal View History

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