.TH ldns 3 "30 May 2006" .SH NAME ldns_dnssec_rrs_new, ldns_dnssec_rrs_free, ldns_dnssec_rrs_add_rr, ldns_dnssec_rrs_print\- .SH SYNOPSIS #include .br #include .br .PP #include .PP ldns_dnssec_rrs_new(); .PP void ldns_dnssec_rrs_free(ldns_dnssec_rrs *rrs); .PP ldns_status ldns_dnssec_rrs_add_rr(ldns_dnssec_rrs *rrs, ldns_rr *rr); .PP void ldns_dnssec_rrs_print(FILE *out, ldns_dnssec_rrs *rrs); .PP .SH DESCRIPTION .HP \fIldns_dnssec_rrs_new\fR() .PP .HP \fIldns_dnssec_rrs_free\fR() Frees the list of rrs, but *not* the individual ldns_rr records contained in the list \.br \fBrrs\fR: the data structure to free .PP .HP \fIldns_dnssec_rrs_add_rr\fR() Adds an \%RR to the list of RRs. The list will remain ordered. If an equal \%RR already exists, this \%RR will not be added. \.br \fBrrs\fR: the list to add to \.br \fBrr\fR: the \%RR to add \.br Returns \%LDNS_STATUS_OK on success .PP .HP \fIldns_dnssec_rrs_print\fR() Prints the given rrs to the file descriptor \.br \fBout\fR: the file descriptor to print to \.br \fBrrs\fR: the list of RRs to print .PP .SH AUTHOR The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. .SH REPORTING BUGS Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html .SH COPYRIGHT Copyright (c) 2004 - 2006 NLnet Labs. .PP Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH SEE ALSO \fIldns_dnssec_zone\fR. And \fBperldoc Net::DNS\fR, \fBRFC1034\fR, \fBRFC1035\fR, \fBRFC4033\fR, \fBRFC4034\fR and \fBRFC4035\fR. .SH REMARKS This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl.