linktest.c

Go to the documentation of this file.
00001 
00002 #include "ldns/config.h"
00003 #include <ldns/ldns.h>
00004 
00005 int 
00006 main(void) 
00007 {
00008   ldns_rr *rr = ldns_rr_new();
00009 
00010   ldns_rr_free(rr);
00011   return 0;
00012 }
00013 

Generated on Wed Feb 20 06:40:44 2008 for ldns by  doxygen 1.5.4