client_manager: add API for async operations
[oweals/gnunet.git] / src / include / gnunet_server_lib.h
index 6b6dac1ac4dac69313a19e98f35c517fe03ec632..e273d2291f2aabf24ea6f5386db19f1278955330 100644 (file)
@@ -394,8 +394,7 @@ GNUNET_SERVER_inject (struct GNUNET_SERVER_Handle *server,
  * @param server the server to use
  * @param connection the connection to manage (client must
  *        stop using this connection from now on)
- * @return the client handle (client should call
- *         #GNUNET_SERVER_client_drop on the return value eventually)
+ * @return the client handle
  */
 struct GNUNET_SERVER_Client *
 GNUNET_SERVER_connect_socket (struct GNUNET_SERVER_Handle *server,