aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_helper_lib.h
diff options
context:
space:
mode:
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 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;
42 * when the helper process is stoped using GNUNET_HELPER_stop() 42 * when the helper process is stoped using GNUNET_HELPER_stop()
43 * 43 *
44 * @param cls the closure from GNUNET_HELPER_start() 44 * @param cls the closure from GNUNET_HELPER_start()
45 * @param h the handle representing the helper process. This handle is invalid
46 * in this callback. It is only presented for reference. No operations
47 * can be performed using it.
48 */ 45 */
49typedef void (*GNUNET_HELPER_ExceptionCallback) (void *cls, 46typedef void (*GNUNET_HELPER_ExceptionCallback) (void *cls);
50 const struct GNUNET_HELPER_Handle *h);
51 47
52 48
53/** 49/**