-consistently use struct GNUNET_HashCode
[oweals/gnunet.git] / src / core / gnunet-service-core_neighbours.c
index 97737a63afc303729f4db34fbd08061df01b9dd4..65b4ba41a218e1e6efe8b2c04d59e4c7c3bdffbe 100644 (file)
@@ -486,7 +486,7 @@ GSC_NEIGHBOURS_init ()
  * @return GNUNET_OK (continue to iterate)
  */
 static int
-free_neighbour_helper (void *cls, const GNUNET_HashCode * key, void *value)
+free_neighbour_helper (void *cls, const struct GNUNET_HashCode * key, void *value)
 {
   struct Neighbour *n = value;