-nicer logging
[oweals/gnunet.git] / src / include / gnunet_namecache_plugin.h
index 0955d110c6e38ddb111d889a8c06b4430365094e..509343a36cece31e9321e417c50514f4f01f57d4 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -46,7 +46,7 @@ extern "C"
  * @param block lookup result
  */
 typedef void (*GNUNET_NAMECACHE_BlockCallback) (void *cls,
-                                               const struct GNUNET_NAMESTORE_Block *block);
+                                               const struct GNUNET_GNSRECORD_Block *block);
 
 
 /**
@@ -69,7 +69,7 @@ struct GNUNET_NAMECACHE_PluginFunctions
    * @return #GNUNET_OK on success, else #GNUNET_SYSERR
    */
   int (*cache_block) (void *cls,
-                     const struct GNUNET_NAMESTORE_Block *block);
+                     const struct GNUNET_GNSRECORD_Block *block);
 
 
   /**