-fixing #3034
[oweals/gnunet.git] / src / fs / gnunet-service-fs.c
index a8fbda84bf99539af87909378f568eed4fa9c467..8ecb6bb6784dc3b115c8b1afce628936517892c4 100644 (file)
@@ -573,11 +573,10 @@ peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)
  * directly (which should work if you are authorized...).
  *
  * @param cls closure
- * @param server handle to the server, NULL if we failed
  * @param my_identity ID of this peer, NULL if we failed
  */
 static void
-peer_init_handler (void *cls, struct GNUNET_CORE_Handle *server,
+peer_init_handler (void *cls,
                    const struct GNUNET_PeerIdentity *my_identity)
 {
   my_id = *my_identity;