-allow caller ID to differ from zone used for resolution
[oweals/gnunet.git] / src / dht / gnunet-service-xdht_routing.h
index f186f5f8ce146135aa07ac2506ef2434b4de71a1..bd128f40a41c99083c41fbe45de1c0a13c7c467d 100644 (file)
@@ -90,8 +90,9 @@ GDS_ROUTING_remove_trail (struct GNUNET_HashCode remove_trail_id);
  */
 int
 GDS_ROUTING_add (struct GNUNET_HashCode new_trail_id, 
-                 struct GNUNET_PeerIdentity *prev_hop,
-                 const struct GNUNET_PeerIdentity *next_hop);
+                 struct GNUNET_PeerIdentity prev_hop,
+                 struct GNUNET_PeerIdentity next_hop);
+
 
 /**
  * Check if the size of routing table has crossed threshold.