- begin work on enhanced multipart receiving
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_dht.h
index 6c0b89b16952e609856af246d01544e46d8283f9..179e7b4fce2d9b7058a43072245cd64719b7c268 100644 (file)
@@ -61,11 +61,9 @@ typedef void (*GMD_search_callback) (void *cls,
  * Initialize the DHT subsystem.
  *
  * @param c Configuration.
- * @param peer_id Local peer ID (must remain valid during all execution time).
  */
 void
-GMD_init (const struct GNUNET_CONFIGURATION_Handle *c,
-          struct GNUNET_PeerIdentity *peer_id);
+GMD_init (const struct GNUNET_CONFIGURATION_Handle *c);
 
 /**
  * Shut down the DHT subsystem.