Files
DenyIP/ip2region/ip2region.h
2024-10-16 10:00:47 +08:00

7 lines
99 B
C

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