Make specifying nameservers by name work for DBus API.

This commit is contained in:
Simon Kelley
2022-11-07 23:00:34 +00:00
parent dafa16c400
commit 6c596f1cc1
3 changed files with 59 additions and 19 deletions

View File

@@ -1478,6 +1478,7 @@ void reset_option_bool(unsigned int opt);
struct hostsfile *expand_filelist(struct hostsfile *list);
char *parse_server(char *arg, struct server_details *sdetails);
char *parse_server_addr(struct server_details *sdetails);
int parse_server_next(struct server_details *sdetails);
int option_read_dynfile(char *file, int flags);
/* forward.c */