This commit is contained in:
2025-04-23 11:41:06 +08:00
parent 1e00348e84
commit 1c28d55681
11 changed files with 89 additions and 102 deletions

View File

@@ -42,11 +42,8 @@ typedef struct {
char continent_country[256];
} Response;
extern char *CurlGetIpArea(char *ip);
extern char *GetLocalAddr(char *url);
extern int parse_json_to_struct(const char *json_string, Response *response);
extern int parse_json_to_struct(const char *json_string, Response * response);
#endif
#endif