aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-29 14:45:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-29 14:45:56 +0000
commite191011d9592edfac69e56eb2ae7aef5c17c3fa0 (patch)
tree3e2be11526db0a575baa77ec27f330525fa4eb0e /src/include/gnunet_namestore_service.h
parentbcbd6ff27cac65a011ca60c100ef3374c8cd7899 (diff)
downloadgnunet-e191011d9592edfac69e56eb2ae7aef5c17c3fa0.tar.gz
gnunet-e191011d9592edfac69e56eb2ae7aef5c17c3fa0.zip
-commenting, removing dead message types
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index ad98f745d..640bd6c02 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -313,6 +313,7 @@ typedef void (*GNUNET_NAMESTORE_BlockProcessor) (void *cls,
313 * 313 *
314 * @param h handle to the namestore 314 * @param h handle to the namestore
315 * @param derived_hash hash of zone key combined with name to lookup 315 * @param derived_hash hash of zone key combined with name to lookup
316 * then at the end once with NULL
316 * @param proc function to call on the matching block, or with 317 * @param proc function to call on the matching block, or with
317 * NULL if there is no matching block 318 * NULL if there is no matching block
318 * @param proc_cls closure for @a proc 319 * @param proc_cls closure for @a proc