diff options
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r-- | src/include/gnunet_gns_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h index 9a8114e90..5d2b7246a 100644 --- a/src/include/gnunet_gns_service.h +++ b/src/include/gnunet_gns_service.h @@ -128,7 +128,7 @@ enum GNUNET_GNS_LocalOptions * 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 zone to look in * @param type the GNS record type to look for * @param options local options for the lookup @@ -179,7 +179,7 @@ typedef void (*GNUNET_GNS_LookupResultProcessor2) ( * 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 |