aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 22:44:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 22:44:18 +0000
commit17d1146c625092753e1b29b7ce6f0dfb603fbd09 (patch)
treea747d21a24654dceebe2b31b9960bfcc1333d222 /src/include/gnunet_namestore_service.h
parent670ef7244591123c4d6432b8a76fe8b4a9e39ee4 (diff)
downloadgnunet-17d1146c625092753e1b29b7ce6f0dfb603fbd09.tar.gz
gnunet-17d1146c625092753e1b29b7ce6f0dfb603fbd09.zip
-addressing #2995
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