1ldns(25 Apr 2005)                                            ldns(25 Apr 2005)
2
3
4

NAME

6       ldns_rdf_set_size, ldns_rdf_set_type, ldns_rdf_set_data
7
8

SYNOPSIS

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

DESCRIPTION

27       ldns_rdf_set_size() sets the size of the rdf.
28              *rd: the rdf to operate on
29              size: the new size
30              Returns void
31
32       ldns_rdf_set_type() sets the size of the rdf.
33              *rd: the rdf to operate on
34              type: the new type
35              Returns void
36
37       ldns_rdf_set_data() sets the size of the rdf.
38              *rd: the rdf to operate on
39              data*: pointer to the new data
40              Returns void
41

AUTHOR

43       The  ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
44       Rozendaal and Miek Gieben.
45
46

REPORTING BUGS

48       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  Bugzilla  at
49       http://www.nlnetlabs.nl/bugs/index.html
50
51       Be sure to select ldns as the product.
52
53
55       Copyright  (c)  2004, 2005 NLnet Labs.  Licensed under the BSD License.
56       There is NO warranty; not even for MERCHANTABILITY  or  FITNESS  FOR  A
57       PARTICULAR PURPOSE.
58
59

SEE ALSO

61       ldns_rdf.   And  perldoc  Net::DNS,  RFC1043, RFC1035, RFC4033, RFC4034
62       and RFC4035.
63

REMARKS

65       This manpage was automaticly generated from the ldns source code by use
66       of Doxygen and some perl.
67
68
69
70                                                             ldns(25 Apr 2005)
Impressum