dns_server: export is_ipv6_ready function

This commit is contained in:
Nick Peng
2023-03-11 23:18:10 +08:00
parent 3c7b86eea7
commit 3d7a2a8d80
3 changed files with 8 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ struct dns_server_query_option {
struct dns_query_ecs_ip ecs_ip;
};
int dns_is_ipv6_ready(void);
int dns_server_init(void);
int dns_server_run(void);