From 602b64263ac7390c6c3eabf008a092cb5ca37983 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 21 Oct 2020 13:17:01 +0000 Subject: [PATCH] Added README and help to program --- 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