aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/core/gnunet-service-core_neighbours.c
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
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