dns-lookup.c revision 30f128cc663b8aeb68bb3bfb9ed49ab2e48029e1
0N/A#include "write-full.h"
0N/A#include "time-util.h"
0N/A#include "dns-lookup.h"
0N/Astruct dns_lookup {
0N/A bool ptr_lookup;
3231N/A unsigned int warn_msecs;
0N/Astruct dns_client {
0N/A bool deinit_client_at_free;