From 89daff335a418fb67ce8ea4d3e1e128e96d19877 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 17 Jul 2012 19:09:02 +0000 Subject: helper exception callback lesser parameters --- src/include/gnunet_helper_lib.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/include/gnunet_helper_lib.h') diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h index 2756cdf4e..12a4d3fe1 100644 --- a/src/include/gnunet_helper_lib.h +++ b/src/include/gnunet_helper_lib.h @@ -42,12 +42,8 @@ struct GNUNET_HELPER_Handle; * when the helper process is stoped using GNUNET_HELPER_stop() * * @param cls the closure from GNUNET_HELPER_start() - * @param h the handle representing the helper process. This handle is invalid - * in this callback. It is only presented for reference. No operations - * can be performed using it. */ -typedef void (*GNUNET_HELPER_ExceptionCallback) (void *cls, - const struct GNUNET_HELPER_Handle *h); +typedef void (*GNUNET_HELPER_ExceptionCallback) (void *cls); /** -- cgit v1.2.3