aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-18 13:02:24 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-18 13:02:24 +0100
commita85bfe2fe5b53f8c4260411239c2629668bdf828 (patch)
treeccbe6c892610424962f539bb0e26b6640d885131 /doc/handbook
parentd4dffb0778300236d601b890854b8ba26afa42ed (diff)
downloadgnunet-a85bfe2fe5b53f8c4260411239c2629668bdf828.tar.gz
gnunet-a85bfe2fe5b53f8c4260411239c2629668bdf828.zip
DOC: Fix error
Diffstat (limited to 'doc/handbook')
-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