Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > e15638eab2afcd5cb258393c684c3bbc > files > 38

drill-debug-0.9.2-7mdv2011.0.i586.rpm

/* root.h
 *
 * contains the root_server decl.
 * 
 * (c) NLnet Labs, 2004
 * 
 * See the file LICENSE for the license
 */

#ifndef _ROOT_H_
#define _ROOT_H_
extern struct t_rr *root_servers;
int fill_root(void);
#define A_ROOT 	"128.8.10.90"
#endif /* _ROOT_H */