-fix
[oweals/gnunet.git] / src / dht / gnunet-service-dht_neighbours.h
index b6e0f0ec0fbf6b342f276a555e8d2be28629c3f9..3297638463308cd1f9fa1c8213155d4423167b01 100644 (file)
@@ -135,4 +135,13 @@ void
 GDS_NEIGHBOURS_done (void);
 
 
+/**
+ * Get the ID of the local node.
+ * 
+ * @return identity of the local node
+ */
+struct GNUNET_PeerIdentity *
+GDS_NEIGHBOURS_get_id ();
+
+
 #endif