libssh2-tunnel/ip2region/ip2region.h
2024-08-07 16:48:01 +08:00

9 lines
94 B
C

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