From b6574898519ef89d5481ad677347f0630c877561 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 20 Oct 2020 13:29:13 +0000
Subject: [PATCH] Specify number of serves and hosts, test and sort servers

---
 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