修改目录结构

This commit is contained in:
2024-10-16 10:00:47 +08:00
parent 82b400b45c
commit 7b1e27db87
16 changed files with 27 additions and 13 deletions

6
ip2region/ip2region.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef IP2REGION_H
#define IP2REGION_H
extern char *ip2region(char *xdb_file, char *ip);
#endif