aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_helper_lib.h
diff options
context:
space:
mode:
authorharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-17 19:09:02 +0000
committerharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-17 19:09:02 +0000
commit8239765fed34196e29c6695dcde5f9a0bacf3bcf (patch)
tree3438c43bd31ef7ffa7827552f56bee52cba80d45 /src/include/gnunet_helper_lib.h
parent64eccfb0cfe8a1b41d2325def58f5dd3e6b21a61 (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.h6
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);
/**