aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index b38f38b69..b8172c37d 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -88,6 +88,8 @@ struct GNUNET_CORE_Handle;
88 * 88 *
89 * @param cls closure 89 * @param cls closure
90 * @param peer peer identity this notification is about 90 * @param peer peer identity this notification is about
91 * @return closure associated with @a peer. given to mq callbacks and
92 * #GNUNET_CORE_DisconnectEventHandler
91 */ 93 */
92typedef void * 94typedef void *
93(*GNUNET_CORE_ConnectEventHandler) (void *cls, 95(*GNUNET_CORE_ConnectEventHandler) (void *cls,
@@ -100,6 +102,8 @@ typedef void *
100 * 102 *
101 * @param cls closure 103 * @param cls closure
102 * @param peer peer identity this notification is about 104 * @param peer peer identity this notification is about
105 * @param peer_cls closure associated with peer. given in
106 * #GNUNET_CORE_ConnectEventHandler
103 */ 107 */
104typedef void 108typedef void
105(*GNUNET_CORE_DisconnectEventHandler) (void *cls, 109(*GNUNET_CORE_DisconnectEventHandler) (void *cls,