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

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