aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 16aa788f9..c21be318a 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -727,6 +727,7 @@ transmit_start (void *cls, size_t size, void *buf)
727 * connected to the core service; note that timeout is only meaningful if init is not NULL 727 * connected to the core service; note that timeout is only meaningful if init is not NULL
728 * @param connects function to call on peer connect, can be NULL 728 * @param connects function to call on peer connect, can be NULL
729 * @param disconnects function to call on peer disconnect / timeout, can be NULL 729 * @param disconnects function to call on peer disconnect / timeout, can be NULL
730 * @param status_events function to call on changes to peer connection status, can be NULL
730 * @param inbound_notify function to call for all inbound messages, can be NULL 731 * @param inbound_notify function to call for all inbound messages, can be NULL
731 * @param inbound_hdr_only set to GNUNET_YES if inbound_notify will only read the 732 * @param inbound_hdr_only set to GNUNET_YES if inbound_notify will only read the
732 * GNUNET_MessageHeader and hence we do not need to give it the full message; 733 * GNUNET_MessageHeader and hence we do not need to give it the full message;