We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac1a0d + 7d83d63 commit ccca2e2Copy full SHA for ccca2e2
1 file changed
doc/getdns_list_set.3.in
@@ -46,7 +46,7 @@ getdns_return_t
46
.B getdns_list_set_bindata
47
(getdns_list *this_list,
48
.RS 3
49
-char *name,
+size_t index,
50
.br
51
getdns_bindata *child_bindata)
52
.RE
@@ -56,7 +56,7 @@ getdns_return_t
56
.B getdns_list_set_dict
57
58
59
60
61
getdns_dict *child_dict)
62
@@ -66,7 +66,7 @@ getdns_return_t
66
.B getdns_list_set_int
67
68
69
70
71
uint32_t child_uint32_t)
72
@@ -76,7 +76,7 @@ getdns_return_t
76
.B getdns_list_set_list
77
78
79
80
81
getdns_list *child_list)
82
0 commit comments