f7fdb3c4c4fcdbd2aae495e71a84ee10e3b4dc4c
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)
10 #include "hosts_db.h" /* addr46 */
12 void dns_init(const char *privdrop_user
);
14 void dns_queue(const struct addr46
*const ip
);
17 /* vim:set ts=3 sw=3 tw=78 expandtab: */