diff options
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r-- | src/gns/gns_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c index 4b3202bc5..4a4003b2a 100644 --- a/src/gns/gns_api.c +++ b/src/gns/gns_api.c @@ -324,7 +324,7 @@ GNUNET_GNS_lookup_cancel (struct GNUNET_GNS_LookupRequest *lr) * Perform an asynchronous lookup operation on the GNS. * * @param handle handle to the GNS service - * @param name the name to look up + * @param name the name to look up (in UTF-8 encoding) * @param zone the zone to start the resolution in * @param type the record type to look up * @param options local options for the lookup |