aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 029ef9f51..ffd0224c8 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -178,7 +178,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
178 * @param name the name to look up 178 * @param name the name to look up
179 * @param zone the zone to start the resolution in 179 * @param zone the zone to start the resolution in
180 * @param type the GNUNET_GNS_RecordType to look for 180 * @param type the GNUNET_GNS_RecordType to look for
181 * @param only_cached GNUNET_NO to only check locally not DHT for performance 181 * @param only_cached GNUNET_YES to only check locally not DHT for performance
182 * @param shorten_key the private key of the shorten zone (can be NULL) 182 * @param shorten_key the private key of the shorten zone (can be NULL)
183 * @param proc function to call on result 183 * @param proc function to call on result
184 * @param proc_cls closure for processor 184 * @param proc_cls closure for processor