aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_tld_api.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-11-30 15:25:18 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-11-30 15:25:18 +0100
commiteb8770c02ac468d947c8286ebc7ebd877560431d (patch)
tree9a0fe8d648fae6e81db0156baa06e0c0cedc8ccc /src/gns/gns_tld_api.c
parent3afe75da145140445aba265481b37d068f095879 (diff)
downloadgnunet-eb8770c02ac468d947c8286ebc7ebd877560431d.tar.gz
gnunet-eb8770c02ac468d947c8286ebc7ebd877560431d.zip
update API description
Diffstat (limited to 'src/gns/gns_tld_api.c')
-rw-r--r--src/gns/gns_tld_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_tld_api.c b/src/gns/gns_tld_api.c
index e8253ee4c..1db5baacb 100644
--- a/src/gns/gns_tld_api.c
+++ b/src/gns/gns_tld_api.c
@@ -230,7 +230,7 @@ identity_zone_cb (void *cls,
230 * and the current configuration to resolve TLDs to zones. 230 * and the current configuration to resolve TLDs to zones.
231 * 231 *
232 * @param handle handle to the GNS service 232 * @param handle handle to the GNS service
233 * @param name the name to look up, including TLD 233 * @param name the name to look up, including TLD (in UTF-8 encoding)
234 * @param type the record type to look up 234 * @param type the record type to look up
235 * @param options local options for the lookup 235 * @param options local options for the lookup
236 * @param proc processor to call on result 236 * @param proc processor to call on result