aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.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/transport/transport_api.c
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index b97a24596..3a1068cd1 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -370,7 +370,7 @@ neighbour_add (struct GNUNET_TRANSPORT_Handle *h,
370 * GNUNET_NO if not. 370 * GNUNET_NO if not.
371 */ 371 */
372static int 372static int
373neighbour_delete (void *cls, const GNUNET_HashCode * key, void *value) 373neighbour_delete (void *cls, const struct GNUNET_HashCode * key, void *value)
374{ 374{
375 struct GNUNET_TRANSPORT_Handle *handle = cls; 375 struct GNUNET_TRANSPORT_Handle *handle = cls;
376 struct Neighbour *n = value; 376 struct Neighbour *n = value;