aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namecache_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 20:21:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 20:21:27 +0000
commitaccfd6bd85274da2f19e7230c8da6b273cfb2ece (patch)
tree60966194963795ff07b4da94f4efb6c46d6a23cf /src/include/gnunet_namecache_service.h
parent3d670727232e79b7e49a1df7ba9260db4e5798a0 (diff)
downloadgnunet-accfd6bd85274da2f19e7230c8da6b273cfb2ece.tar.gz
gnunet-accfd6bd85274da2f19e7230c8da6b273cfb2ece.zip
-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols that were moved
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/**