00001 /* 00002 * util.h 00003 * util.c header file 00004 * in ldns 00005 * (c) 2005 NLnet Labs 00006 * 00007 * See the file LICENSE for the license 00008 * 00009 */ 00010 00011 #ifndef _DRILL_UTIL_H_ 00012 #define _DRILL_UTIL_H_ 00013 #include <ldns/dns.h> 00014 00019 ldns_rdf * ldns_rdf_new_addr_frm_str(char *); 00020 00024 void print_ds_of_keys(ldns_pkt *p); 00025 00029 void *xmalloc(size_t s); 00030 00034 void *xrealloc(void *p, size_t s); 00035 00039 void xfree(void *q); 00040 #endif /* _DRILL_UTIL_H_ */