static int
dns_cache_debug(pblock *pb, Session *sn, Request *rq)
{
	if (!dns_cache)
		return 0;

	return cache_dump(dns_cache, "DNS Cache", sn->csd);
}
static void external_cache_dump(int fd, int type)
{
	cache_dump(external, fd, type);
}