aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-04 17:44:14 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-04 17:44:14 +0000
commit2d44ba6d72d145ec78853ad57d9b0552dd42f79b (patch)
tree3fe3c4c8cc9b0d0dfcc92e00587892ab8305a637 /src/include/gnunet_gns_service.h
parentc6c6d70ac090acbc8b9c75f19af249030e2a751b (diff)
downloadgnunet-2d44ba6d72d145ec78853ad57d9b0552dd42f79b.tar.gz
gnunet-2d44ba6d72d145ec78853ad57d9b0552dd42f79b.zip
-correctly document cache only flag
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