From 8e7ea6742a94ea62b421d7184e9eab17fb5da934 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 21 Oct 2020 12:29:13 +0000
Subject: [PATCH] Added threading, progress and some comments, nearly done

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