1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_version - return library version
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 const char * ldns_version(void);
16
18 ldns_version() Show the internal library version
19 Returns a string with the version in it
20
22 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
23 Miek Gieben.
24
25
27 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
28 http://www.nlnetlabs.nl/bugs/index.html
29
30
32 Copyright (c) 2004 - 2006 NLnet Labs.
33
34 Licensed under the BSD License. There is NO warranty; not even for MER‐
35 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
36
38 perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.
39
41 This manpage was automatically generated from the ldns source code by
42 use of Doxygen and some perl.
43
44
45
46 30 May 2006 ldns(3)