aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 47de010ae..a317fbdd5 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -157,8 +157,8 @@ typedef void (*GNUNET_CORE_StartupCallback) (void *cls,
157 * @param cfg configuration to use 157 * @param cfg configuration to use
158 * @param queue_size size of the per-peer message queue 158 * @param queue_size size of the per-peer message queue
159 * @param cls closure for the various callbacks that follow (including handlers in the handlers array) 159 * @param cls closure for the various callbacks that follow (including handlers in the handlers array)
160 * @param init callback to call on timeout or once we have successfully 160 * @param init callback to call once we have successfully
161 * connected to the core service; note that timeout is only meaningful if init is not NULL 161 * connected to the core service
162 * @param connects function to call on peer connect, can be NULL 162 * @param connects function to call on peer connect, can be NULL
163 * @param disconnects function to call on peer disconnect / timeout, can be NULL 163 * @param disconnects function to call on peer disconnect / timeout, can be NULL
164 * @param inbound_notify function to call for all inbound messages, can be NULL 164 * @param inbound_notify function to call for all inbound messages, can be NULL