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

Joel Grunbaum
2022-05-31 e76468266a677537f1dbbe76e81aa87be60c67e3
slist.h
@@ -8,6 +8,7 @@
struct dns_list {
   char* server;
   struct timespec time;
   int errors;
   struct dns_list* next;
};