-tlsa rr added to namestore
[oweals/gnunet.git] / src / include / gnunet_helper_lib.h
index 2756cdf4edf9946624e6af1cb0eadc292058f62d..12a4d3fe18dd14cd2cf16ae84cd87a6647f79a86 100644 (file)
@@ -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);
 
 
 /**