-consistently use struct GNUNET_HashCode
[oweals/gnunet.git] / src / transport / plugin_transport_tcp.c
index af5c71540195e1ef91201f9c7990f28532aa1e11..450209affd4abe41dcbb9450378425cfa976f38e 100644 (file)
@@ -684,7 +684,7 @@ struct SessionClientCtx
 
 static int 
 session_lookup_by_client_it (void *cls,
-                            const GNUNET_HashCode * key,
+                            const struct GNUNET_HashCode * key,
                             void *value)
 {
   struct SessionClientCtx *sc_ctx = cls;
@@ -1129,7 +1129,7 @@ struct SessionItCtx
 
 static int 
 session_lookup_it (void *cls,
-                  const GNUNET_HashCode *key,
+                  const struct GNUNET_HashCode *key,
                   void *value)
 {
   struct SessionItCtx * si_ctx = cls;
@@ -1391,7 +1391,7 @@ tcp_plugin_get_session (void *cls,
 
 static int 
 session_disconnect_it (void *cls,
-                      const GNUNET_HashCode * key,
+                      const struct GNUNET_HashCode * key,
                       void *value)
 {
   struct Session *session = value;