aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.h')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.h b/src/dht/gnunet-service-dht_neighbours.h
index 28468c740..35bbb125d 100644
--- a/src/dht/gnunet-service-dht_neighbours.h
+++ b/src/dht/gnunet-service-dht_neighbours.h
@@ -42,7 +42,7 @@ struct PeerInfo;
42 42
43/** 43/**
44 * Lookup peer by peer's identity. 44 * Lookup peer by peer's identity.
45 * 45 *
46 * @param target peer to look up 46 * @param target peer to look up
47 * @return NULL if we are not connected to @a target 47 * @return NULL if we are not connected to @a target
48 */ 48 */
@@ -118,7 +118,7 @@ GDS_NEIGHBOURS_handle_reply (struct PeerInfo *pi,
118 const struct GDS_DATACACHE_BlockData *bd, 118 const struct GDS_DATACACHE_BlockData *bd,
119 const struct GNUNET_HashCode *query_hash, 119 const struct GNUNET_HashCode *query_hash,
120 unsigned int get_path_length, 120 unsigned int get_path_length,
121 const struct GNUNET_PeerIdentity *get_path); 121 const struct GNUNET_DHT_PathElement *get_path);
122 122
123 123
124/** 124/**