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

NAME

6       ldns_key_new
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       ldns_key* ldns_key_new();
21

DESCRIPTION

23       ldns_key_new() creates a new empty key structure
24

AUTHOR

26       The  ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
27       Rozendaal and Miek Gieben.
28
29

REPORTING BUGS

31       Please report bugs to ldns-team@nlnetlabs.nl  or  in  our  Bugzilla  at
32       http://www.nlnetlabs.nl/bugs/index.html
33
34       Be sure to select ldns as the product.
35
36
38       Copyright  (c)  2004, 2005 NLnet Labs.  Licensed under the BSD License.
39       There is NO warranty; not even for MERCHANTABILITY  or  FITNESS  FOR  A
40       PARTICULAR PURPOSE.
41
42

SEE ALSO

44       ldns_key_list_new.   And  perldoc  Net::DNS, RFC1043, RFC1035, RFC4033,
45       RFC4034  and RFC4035.
46

REMARKS

48       This manpage was automaticly generated from the ldns source code by use
49       of Doxygen and some perl.
50
51
52
53                                                             ldns(25 Apr 2005)
Impressum