2 * copyright (c) 2001-2007 Emil Mikulic.
4 * dns.h: synchronous DNS in a child process.
6 * You may use, modify and redistribute this file under the terms of the
7 * GNU General Public License version 2. (see COPYING.GPL)
12 void dns_init(const char *privdrop_user);
14 void dns_queue(const struct addr *const ipaddr);
17 /* vim:set ts=3 sw=3 tw=78 expandtab: */