Files
DenyIP/ip2region.h
2024-09-20 15:27:11 +08:00

7 lines
99 B
C

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