diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-17 19:09:02 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-17 19:09:02 +0000 |
commit | 8239765fed34196e29c6695dcde5f9a0bacf3bcf (patch) | |
tree | 3438c43bd31ef7ffa7827552f56bee52cba80d45 /src/include/gnunet_helper_lib.h | |
parent | 64eccfb0cfe8a1b41d2325def58f5dd3e6b21a61 (diff) |
helper exception callback lesser parameters
git-svn-id: https://gnunet.org/svn/gnunet@22726 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include/gnunet_helper_lib.h')
-rw-r--r-- | src/include/gnunet_helper_lib.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h index 2756cdf4ed..12a4d3fe18 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); /** |