aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-19 08:27:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-19 08:27:11 +0000
commit595ba59c3158e65100f4f832cf3bdf15d7e2a72e (patch)
tree146ee50ec951973fdedcc548cfada3690717fd73 /src/include/gnunet_namestore_service.h
parent3db4f1b870b1e296a6da49bc541b613e2742b20e (diff)
downloadgnunet-595ba59c3158e65100f4f832cf3bdf15d7e2a72e.tar.gz
gnunet-595ba59c3158e65100f4f832cf3bdf15d7e2a72e.zip
- doxygen fixes
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index fbc2a4b3c..8e92dd906 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -229,7 +229,6 @@ GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinary
229 * 229 *
230 * @param h handle to the namestore 230 * @param h handle to the namestore
231 * @param pkey private key of the zone 231 * @param pkey private key of the zone
232 * @param expire block expiration time
233 * @param name name that is being mapped (at most 255 characters long) 232 * @param name name that is being mapped (at most 255 characters long)
234 * @param rd record data to store 233 * @param rd record data to store
235 * @param cont continuation to call when done 234 * @param cont continuation to call when done
@@ -339,9 +338,7 @@ GNUNET_NAMESTORE_zone_to_name (struct GNUNET_NAMESTORE_Handle *h,
339 338
340/** 339/**
341 * Starts a new zone iteration (used to periodically PUT all of our 340 * Starts a new zone iteration (used to periodically PUT all of our
342 * records into our DHT). This MUST lock the GNUNET_NAMESTORE_Handle 341 * records into our DHT). "proc" will be called once
343 * for any other calls than GNUNET_NAMESTORE_zone_iterator_next and
344 * GNUNET_NAMESTORE_zone_iteration_stop. "proc" will be called once
345 * immediately, and then again after 342 * immediately, and then again after
346 * "GNUNET_NAMESTORE_zone_iterator_next" is invoked. 343 * "GNUNET_NAMESTORE_zone_iterator_next" is invoked.
347 * 344 *