aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index 97737a63a..65b4ba41a 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -486,7 +486,7 @@ GSC_NEIGHBOURS_init ()
486 * @return GNUNET_OK (continue to iterate) 486 * @return GNUNET_OK (continue to iterate)
487 */ 487 */
488static int 488static int
489free_neighbour_helper (void *cls, const GNUNET_HashCode * key, void *value) 489free_neighbour_helper (void *cls, const struct GNUNET_HashCode * key, void *value)
490{ 490{
491 struct Neighbour *n = value; 491 struct Neighbour *n = value;
492 492