X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fdns.h;h=ea02f03bb46ff83d906267b0f46e4bf20372c4b2;hb=a1f073f66f4b985bf776b9be2015136209c0c311;hp=9d293884acdc5d6f9164b6668127720e678dd17e;hpb=a8b71c68dd93dab213e286dc7730e47f32beeaab;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/dns.h b/include/dns.h index 9d293884a..ea02f03bb 100644 --- a/include/dns.h +++ b/include/dns.h @@ -216,6 +216,8 @@ void dns_deal_with_classes(int fd); */ bool dns_add_class(Resolver* r); +void dns_close(int fd); + #ifdef THREADED_DNS /** This is the handler function for multi-threaded DNS. * It cannot be a class member as pthread will not let us