9 lines
94 B
C
9 lines
94 B
C
#ifndef IP2REGION_H
|
|
#define IP2REGION_H
|
|
|
|
|
|
char *ip2region(char *xdb_file, char *ip);
|
|
|
|
|
|
#endif
|