Skip to content

Commit ccca2e2

Browse files
committed
Merge branch 'master' into develop
2 parents 0ac1a0d + 7d83d63 commit ccca2e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/getdns_list_set.3.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ getdns_return_t
4646
.B getdns_list_set_bindata
4747
(getdns_list *this_list,
4848
.RS 3
49-
char *name,
49+
size_t index,
5050
.br
5151
getdns_bindata *child_bindata)
5252
.RE
@@ -56,7 +56,7 @@ getdns_return_t
5656
.B getdns_list_set_dict
5757
(getdns_list *this_list,
5858
.RS 3
59-
char *name,
59+
size_t index,
6060
.br
6161
getdns_dict *child_dict)
6262
.RE
@@ -66,7 +66,7 @@ getdns_return_t
6666
.B getdns_list_set_int
6767
(getdns_list *this_list,
6868
.RS 3
69-
char *name,
69+
size_t index,
7070
.br
7171
uint32_t child_uint32_t)
7272
.RE
@@ -76,7 +76,7 @@ getdns_return_t
7676
.B getdns_list_set_list
7777
(getdns_list *this_list,
7878
.RS 3
79-
char *name,
79+
size_t index,
8080
.br
8181
getdns_list *child_list)
8282
.RE

0 commit comments

Comments
 (0)