aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namecache_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namecache_service.h')
-rw-r--r--src/include/gnunet_namecache_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_namecache_service.h b/src/include/gnunet_namecache_service.h
index 1a71f1ebd..e244d51a4 100644
--- a/src/include/gnunet_namecache_service.h
+++ b/src/include/gnunet_namecache_service.h
@@ -107,7 +107,7 @@ typedef void (*GNUNET_NAMECACHE_ContinuationWithStatus) (void *cls,
107 */ 107 */
108struct GNUNET_NAMECACHE_QueueEntry * 108struct GNUNET_NAMECACHE_QueueEntry *
109GNUNET_NAMECACHE_block_cache (struct GNUNET_NAMECACHE_Handle *h, 109GNUNET_NAMECACHE_block_cache (struct GNUNET_NAMECACHE_Handle *h,
110 const struct GNUNET_NAMESTORE_Block *block, 110 const struct GNUNET_GNSRECORD_Block *block,
111 GNUNET_NAMECACHE_ContinuationWithStatus cont, 111 GNUNET_NAMECACHE_ContinuationWithStatus cont,
112 void *cont_cls); 112 void *cont_cls);
113 113
@@ -119,7 +119,7 @@ GNUNET_NAMECACHE_block_cache (struct GNUNET_NAMECACHE_Handle *h,
119 * @param block block that was stored in the namecache 119 * @param block block that was stored in the namecache
120 */ 120 */
121typedef void (*GNUNET_NAMECACHE_BlockProcessor) (void *cls, 121typedef void (*GNUNET_NAMECACHE_BlockProcessor) (void *cls,
122 const struct GNUNET_NAMESTORE_Block *block); 122 const struct GNUNET_GNSRECORD_Block *block);
123 123
124 124
125/** 125/**