1ldns(3)                    Library Functions Manual                    ldns(3)
2
3
4

NAME

6       ldns_rdf_set_size, ldns_rdf_set_type, ldns_rdf_set_data
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       void ldns_rdf_set_size(ldns_rdf *rd, size_t size);
16
17       void ldns_rdf_set_type(ldns_rdf *rd, ldns_rdf_type type);
18
19       void ldns_rdf_set_data(ldns_rdf *rd, void *data);
20

DESCRIPTION

22       ldns_rdf_set_size() sets the size of the rdf.
23              *rd: the rdf to operate on
24              size: the new size
25              Returns void
26
27       ldns_rdf_set_type() sets the size of the rdf.
28              *rd: the rdf to operate on
29              type: the new type
30              Returns void
31
32       ldns_rdf_set_data() sets the size of the rdf.
33              *rd: the rdf to operate on
34              *data: pointer to the new data
35              Returns void
36

AUTHOR

38       The  ldns  team  at  NLnet Labs. Which consists out of Jelte Jansen and
39       Miek Gieben.
40
41

REPORTING BUGS

43       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  bugzilla  at
44       http://www.nlnetlabs.nl/bugs/index.html
45
46
48       Copyright (c) 2004 - 2006 NLnet Labs.
49
50       Licensed under the BSD License. There is NO warranty; not even for MER‐
51       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
52
53

SEE ALSO

55       ldns_rdf.  And perldoc Net::DNS,  RFC1034,  RFC1035,  RFC4033,  RFC4034
56       and RFC4035.
57

REMARKS

59       This manpage was automaticly generated from the ldns source code by use
60       of Doxygen and some perl.
61
62
63
64                                  30 May 2006                          ldns(3)
Impressum