/* * Copyright(c) 2000 - All Rights Reserved * * See the COPYRIGHT file. */ void dns_init(); void dns_lookup(char *, struct server_ *); void dns_process();