1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_dname_cat_clone, ldns_dname_cat
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 ldns_dname_cat_clone();
16
17 ldns_status ldns_dname_cat(ldns_rdf *rd1, ldns_rdf *rd2);
18
20 ldns_dname_cat_clone()
21
22 ldns_dname_cat() concatenates rd2 after rd1 (rd2 is copied, rd1 is mod‐
23 ified)
24 rd1: the leftside
25 rd2: the rightside
26 Returns LDNS_STATUS_OK on success
27
29 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
30 Miek Gieben.
31
32
34 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
35 http://www.nlnetlabs.nl/bugs/index.html
36
37
39 Copyright (c) 2004 - 2006 NLnet Labs.
40
41 Licensed under the BSD License. There is NO warranty; not even for MER‐
42 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
43
44
46 ldns_dname. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034
47 and RFC4035.
48
50 This manpage was automaticly generated from the ldns source code by use
51 of Doxygen and some perl.
52
53
54
55 30 May 2006 ldns(3)