diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-11-30 15:25:18 +0100 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-11-30 15:25:18 +0100 |
commit | eb8770c02ac468d947c8286ebc7ebd877560431d (patch) | |
tree | 9a0fe8d648fae6e81db0156baa06e0c0cedc8ccc /src/gns/gns_tld_api.c | |
parent | 3afe75da145140445aba265481b37d068f095879 (diff) |
update API description
Diffstat (limited to 'src/gns/gns_tld_api.c')
-rw-r--r-- | src/gns/gns_tld_api.c | 2 |
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, * and the current configuration to resolve TLDs to zones. * * @param handle handle to the GNS service - * @param name the name to look up, including TLD + * @param name the name to look up, including TLD (in UTF-8 encoding) * @param type the record type to look up * @param options local options for the lookup * @param proc processor to call on result |