aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-17 19:09:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-17 19:09:02 +0000
commit89daff335a418fb67ce8ea4d3e1e128e96d19877 (patch)
tree3438c43bd31ef7ffa7827552f56bee52cba80d45 /src/include
parent9761f2065f0ed797d0133388b94ee8e169ab6013 (diff)
downloadgnunet-89daff335a418fb67ce8ea4d3e1e128e96d19877.tar.gz
gnunet-89daff335a418fb67ce8ea4d3e1e128e96d19877.zip
helper exception callback lesser parameters
Diffstat (limited to 'src/include')
-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/**