More W32 resolver workarounds
[oweals/gnunet.git] / src / include / gnunet_namecache_service.h
index 1a71f1ebda3488bad6be8e714ecbf3b71428b5b0..e244d51a4a6db72779f3b3ee0df1123f9e93255e 100644 (file)
@@ -107,7 +107,7 @@ typedef void (*GNUNET_NAMECACHE_ContinuationWithStatus) (void *cls,
  */
 struct GNUNET_NAMECACHE_QueueEntry *
 GNUNET_NAMECACHE_block_cache (struct GNUNET_NAMECACHE_Handle *h,
-                             const struct GNUNET_NAMESTORE_Block *block,
+                             const struct GNUNET_GNSRECORD_Block *block,
                              GNUNET_NAMECACHE_ContinuationWithStatus cont,
                              void *cont_cls);
 
@@ -119,7 +119,7 @@ GNUNET_NAMECACHE_block_cache (struct GNUNET_NAMECACHE_Handle *h,
  * @param block block that was stored in the namecache
  */
 typedef void (*GNUNET_NAMECACHE_BlockProcessor) (void *cls,
-                                                const struct GNUNET_NAMESTORE_Block *block);
+                                                const struct GNUNET_GNSRECORD_Block *block);
 
 
 /**