aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
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/gns/gns_api.c
parentc6c6d70ac090acbc8b9c75f19af249030e2a751b (diff)
downloadgnunet-2d44ba6d72d145ec78853ad57d9b0552dd42f79b.tar.gz
gnunet-2d44ba6d72d145ec78853ad57d9b0552dd42f79b.zip
-correctly document cache only flag
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index ac7f87241..ee2c59843 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -641,7 +641,7 @@ get_request_id (struct GNUNET_GNS_Handle *h)
641 * @param name the name to look up 641 * @param name the name to look up
642 * @param zone the zone to start the resolution in 642 * @param zone the zone to start the resolution in
643 * @param type the record type to look up 643 * @param type the record type to look up
644 * @param only_cached GNUNET_NO to only check locally not DHT for performance 644 * @param only_cached GNUNET_YES to only check locally not DHT for performance
645 * @param shorten_key the private key of the shorten zone (can be NULL) 645 * @param shorten_key the private key of the shorten zone (can be NULL)
646 * @param proc processor to call on result 646 * @param proc processor to call on result
647 * @param proc_cls closure for processor 647 * @param proc_cls closure for processor
@@ -739,7 +739,7 @@ GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle,
739 * @param handle handle to the GNS service 739 * @param handle handle to the GNS service
740 * @param name the name to look up 740 * @param name the name to look up
741 * @param type the record type to look up 741 * @param type the record type to look up
742 * @param only_cached GNUNET_NO to only check locally not DHT for performance 742 * @param only_cached GNUNET_YES to only check locally not DHT for performance
743 * @param shorten_key the private key of the shorten zone (can be NULL) 743 * @param shorten_key the private key of the shorten zone (can be NULL)
744 * @param proc processor to call on result 744 * @param proc processor to call on result
745 * @param proc_cls closure for processor 745 * @param proc_cls closure for processor