From 541caf3dec54aaee621fed935e667f9ee423ef31 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Apr 2010 20:23:40 +0000 Subject: towards fixing blacklisting APIs and implementation --- src/include/gnunet_core_service.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/gnunet_core_service.h') diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index 47b8d6f98..b7dc6f7da 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -51,7 +51,7 @@ struct GNUNET_CORE_Handle; /** - * Method called whenever a given peer either connects. + * Method called whenever a given peer connects. * * @param cls closure * @param peer peer identity this notification is about @@ -164,7 +164,6 @@ typedef void * @param cls closure for the various callbacks that follow (including handlers in the handlers array) * @param init callback to call on timeout or once we have successfully * connected to the core service; note that timeout is only meaningful if init is not NULL - * @param pre_connects function to call on peer pre-connect (no session key yet), can be NULL * @param connects function to call on peer connect, can be NULL * @param disconnects function to call on peer disconnect / timeout, can be NULL * @param inbound_notify function to call for all inbound messages, can be NULL @@ -200,7 +199,6 @@ GNUNET_CORE_connect (struct GNUNET_SCHEDULER_Handle *sched, struct GNUNET_TIME_Relative timeout, void *cls, GNUNET_CORE_StartupCallback init, - GNUNET_CORE_ConnectEventHandler pre_connects, GNUNET_CORE_ConnectEventHandler connects, GNUNET_CORE_DisconnectEventHandler disconnects, GNUNET_CORE_MessageCallback inbound_notify, -- cgit v1.2.3