1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_rdf_set_size, ldns_rdf_set_type, ldns_rdf_set_data
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 ldns_rdf_set_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
22 ldns_rdf_set_size()
23
24 ldns_rdf_set_type() sets the size of the rdf.
25 *rd: the rdf to operate on
26 type: the new type
27 Returns void
28
29 ldns_rdf_set_data() sets the size of the rdf.
30 *rd: the rdf to operate on
31 *data: pointer to the new data
32 Returns void
33
35 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
36 Miek Gieben.
37
38
40 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
41 http://www.nlnetlabs.nl/bugs/index.html
42
43
45 Copyright (c) 2004 - 2006 NLnet Labs.
46
47 Licensed under the BSD License. There is NO warranty; not even for MER‐
48 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
49
50
52 ldns_rdf. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034
53 and RFC4035.
54
56 This manpage was automaticly generated from the ldns source code by use
57 of Doxygen and some perl.
58
59
60
61 30 May 2006 ldns(3)