aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index e3ff20dcd..5f91a646e 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -6250,7 +6250,7 @@ by NAMESTORE.
6250Here a client uses the @code{GNUNET_NAMESTORE_zone_iteration_start} 6250Here a client uses the @code{GNUNET_NAMESTORE_zone_iteration_start}
6251function and passes the namestore handle, the zone to iterate over and a 6251function and passes the namestore handle, the zone to iterate over and a
6252callback function to call with the result. 6252callback function to call with the result.
6253If the client wants to iterate over all the WHAT!? FIXME, it passes NULL for the zone. 6253To iterate over all the zones, it is possible to pass NULL for the zone.
6254A @code{GNUNET_NAMESTORE_ZoneIterator} handle is returned to be used to 6254A @code{GNUNET_NAMESTORE_ZoneIterator} handle is returned to be used to
6255continue iteration. 6255continue iteration.
6256 6256