.ad l .TH ldns 3 "30 May 2006" .SH NAME ldns_rdf_set_size, ldns_rdf_set_type, ldns_rdf_set_data \- set rdf attributes .SH SYNOPSIS #include .br #include .br .PP #include .PP void ldns_rdf_set_size(ldns_rdf *rd, size_t size); .PP void ldns_rdf_set_type(ldns_rdf *rd, ldns_rdf_type type); .PP void ldns_rdf_set_data(ldns_rdf *rd, void *data); .PP .SH DESCRIPTION .HP \fIldns_rdf_set_size\fR() sets the size of the rdf. \.br \fB*rd\fR: the rdf to operate on \.br \fBsize\fR: the new size \.br Returns void .PP .HP \fIldns_rdf_set_type\fR() sets the size of the rdf. \.br \fB*rd\fR: the rdf to operate on \.br \fBtype\fR: the new type \.br Returns void .PP .HP \fIldns_rdf_set_data\fR() sets the size of the rdf. \.br \fB*rd\fR: the rdf to operate on \.br \fB*data\fR: pointer to the new data \.br Returns void .PP .SH AUTHOR The ldns team at NLnet Labs. .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_rdf\fR. And \fBperldoc Net::DNS\fR, \fBRFC1034\fR, \fBRFC1035\fR, \fBRFC4033\fR, \fBRFC4034\fR and \fBRFC4035\fR. .SH REMARKS This manpage was automatically generated from the ldns source code.