-doxygen
[oweals/gnunet.git] / src / core / gnunet-service-core_sessions.h
index e09cf500e05628be2bd1c27c5388fe8717e559b4..d578e3d72a8f99bd383d00c36f172a28a5c7ec79 100644 (file)
@@ -156,24 +156,6 @@ GSC_SESSIONS_handle_client_iterate_peers (void *cls,
                                           *message);
 
 
-/**
- * Handle CORE_PEER_CONNECTED request.  Notify client about connection
- * to the given neighbour.  For this request type, the client does not
- * have to have transmitted an INIT request.  All current peers are
- * returned, regardless of which message types they accept.
- *
- * @param cls unused
- * @param client client sending the iteration request
- * @param message iteration request message
- */
-void
-GSC_SESSIONS_handle_client_have_peer (void *cls,
-                                      struct GNUNET_SERVER_Client *client,
-                                      const struct GNUNET_MessageHeader
-                                      *message);
-
-
-
 /**
  * Initialize sessions subsystem.
  */