mirror of https://github.com/Chizi123/dnscomp.git

Joel Grunbaum
2020-10-21 602b64263ac7390c6c3eabf008a092cb5ca37983
include/slist.h
@@ -15,3 +15,5 @@
int free_hosts_list(struct hosts_list **head);
int add_dns_server(struct dns_list **head, char *server);
int free_dns_list(struct dns_list **head);
int sort_servers(struct dns_list **headRef);
int print_servers(struct dns_list *head);