1ldns(3)                    Library Functions Manual                    ldns(3)
2
3
4

NAME

6       ldns_key_list_push_key, ldns_key_list_pop_key - manipulate
7       ldns_key_list
8
9

SYNOPSIS

11       #include <stdint.h>
12       #include <stdbool.h>
13
14       #include <ldns/ldns.h>
15
16       bool ldns_key_list_push_key(ldns_key_list *key_list, ldns_key *key);
17
18       ldns_key* ldns_key_list_pop_key(ldns_key_list *key_list);
19

DESCRIPTION

21       ldns_key_list_push_key() pushes a key to a keylist
22              key_list: the key_list to push to
23              key: the key to push
24              Returns false on error, otherwise true
25
26       ldns_key_list_pop_key() pops the last rr from a keylist
27              key_list: the rr_list to pop from
28              Returns NULL if nothing to pop. Otherwise the popped RR
29

AUTHOR

31       The ldns team at NLnet Labs.
32
33

REPORTING BUGS

35       Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
36       http://www.nlnetlabs.nl/bugs/index.html
37
38
40       Copyright (c) 2004 - 2006 NLnet Labs.
41
42       Licensed under the BSD License. There is NO warranty; not even for MER‐
43       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
44
45

SEE ALSO

47       ldns_key.  And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034
48       and RFC4035.
49

REMARKS

51       This manpage was automatically generated from the ldns source code.
52
53
54
55                                  30 May 2006                          ldns(3)
Impressum