aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index c563e5cc9..e06c0b24b 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -291,7 +291,7 @@ typedef void (*GNUNET_DATASTORE_DatumProcessor) (void *cls,
291 * will only be called once. 291 * will only be called once.
292 * 292 *
293 * @param h handle to the datastore 293 * @param h handle to the datastore
294 * @param offset offset of the result (mod #num-results); set to 294 * @param offset offset of the result (modulo num-results); set to
295 * a random 64-bit value initially; then increment by 295 * a random 64-bit value initially; then increment by
296 * one each time; detect that all results have been found by uid 296 * one each time; detect that all results have been found by uid
297 * being again the first uid ever returned. 297 * being again the first uid ever returned.
@@ -323,7 +323,7 @@ GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h,
323 * Get a single zero-anonymity value from the datastore. 323 * Get a single zero-anonymity value from the datastore.
324 * 324 *
325 * @param h handle to the datastore 325 * @param h handle to the datastore
326 * @param offset offset of the result (mod #num-results); set to 326 * @param offset offset of the result (modulo num-results); set to
327 * a random 64-bit value initially; then increment by 327 * a random 64-bit value initially; then increment by
328 * one each time; detect that all results have been found by uid 328 * one each time; detect that all results have been found by uid
329 * being again the first uid ever returned. 329 * being again the first uid ever returned.