aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index ddc7b038c..5b622e6f2 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -382,22 +382,6 @@ typedef void (*GNUNET_NAMESTORE_RecordCallback) (void *cls,
382 382
383 383
384/** 384/**
385 * Perform a lookup and decrypt the resulting block.
386 *
387 * @param h namestore to perform lookup in
388 * @param value_zone zone to look up record in
389 * @param label label to look for
390 * @param proc function to call with the result
391 * @param proc_cls closure for @a proc
392 */
393struct GNUNET_NAMESTORE_QueueEntry *
394GNUNET_NAMESTORE_lookup (struct GNUNET_NAMESTORE_Handle *h,
395 const struct GNUNET_CRYPTO_EccPublicKey *value_zone,
396 const char *label,
397 GNUNET_NAMESTORE_RecordMonitor proc, void *proc_cls);
398
399
400/**
401 * Cancel a namestore operation. The final callback from the 385 * Cancel a namestore operation. The final callback from the
402 * operation must not have been done yet. Must be called on any 386 * operation must not have been done yet. Must be called on any
403 * namestore operation that has not yet completed prior to calling 387 * namestore operation that has not yet completed prior to calling