From d3f3ee16d8adaef681afed67f236e3bb14e7cdc0 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 21 Oct 2020 13:05:26 +0000 Subject: [PATCH] change artifact name and added penalty for failed connections --- include/slist.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/slist.h b/include/slist.h index fc12640..2533c33 100644 --- a/include/slist.h +++ b/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); -- Gitblit v1.10.0