mirror of https://github.com/getdnsapi/getdns.git
Correct return value in documentation for getdns_pretty_print_dict().
This commit is contained in:
parent
60be402062
commit
f837e32204
|
@ -37,7 +37,7 @@ DNS Resolver library (libgetdns, -lgetdns)
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
#include <getdns.h>
|
#include <getdns.h>
|
||||||
|
|
||||||
getdns_list *
|
char *
|
||||||
.br
|
.br
|
||||||
.B getdns_pretty_print_dict
|
.B getdns_pretty_print_dict
|
||||||
(const getdns_dict *this_dict)
|
(const getdns_dict *this_dict)
|
||||||
|
|
Loading…
Reference in New Issue