aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gns/gns_api.c2
-rw-r--r--src/gns/gns_tld_api.c2
-rw-r--r--src/include/gnunet_gns_service.h4
3 files changed, 4 insertions, 4 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)
324 * Perform an asynchronous lookup operation on the GNS. 324 * Perform an asynchronous lookup operation on the GNS.
325 * 325 *
326 * @param handle handle to the GNS service 326 * @param handle handle to the GNS service
327 * @param name the name to look up 327 * @param name the name to look up (in UTF-8 encoding)
328 * @param zone the zone to start the resolution in 328 * @param zone the zone to start the resolution in
329 * @param type the record type to look up 329 * @param type the record type to look up
330 * @param options local options for the lookup 330 * @param options local options for the lookup
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
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
128 * Perform an asynchronous lookup operation on the GNS. 128 * Perform an asynchronous lookup operation on the GNS.
129 * 129 *
130 * @param handle handle to the GNS service 130 * @param handle handle to the GNS service
131 * @param name the name to look up 131 * @param name the name to look up (in UTF-8 encoding)
132 * @param zone zone to look in 132 * @param zone zone to look in
133 * @param type the GNS record type to look for 133 * @param type the GNS record type to look for
134 * @param options local options for the lookup 134 * @param options local options for the lookup
@@ -179,7 +179,7 @@ typedef void (*GNUNET_GNS_LookupResultProcessor2) (
179 * and the current configuration to resolve TLDs to zones. 179 * and the current configuration to resolve TLDs to zones.
180 * 180 *
181 * @param handle handle to the GNS service 181 * @param handle handle to the GNS service
182 * @param name the name to look up, including TLD 182 * @param name the name to look up, including TLD (in UTF-8 encoding)
183 * @param type the record type to look up 183 * @param type the record type to look up
184 * @param options local options for the lookup 184 * @param options local options for the lookup
185 * @param proc processor to call on result 185 * @param proc processor to call on result