aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 595517fb2..ddc423517 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -156,9 +156,9 @@ typedef void (*GNUNET_TRANSPORT_PeerIterateCallback) (void *cls,
156 * @param self our own identity (API should check that it matches 156 * @param self our own identity (API should check that it matches
157 * the identity found by transport), or NULL (no check) 157 * the identity found by transport), or NULL (no check)
158 * @param cls closure for the callbacks 158 * @param cls closure for the callbacks
159 * @param rec receive function to call 159 * @param rec receive function to call, or NULL
160 * @param nc function to call on connect events 160 * @param nc function to call on connect events, or NULL
161 * @param nd function to call on disconnect events 161 * @param nd function to call on disconnect events, or NULL
162 * @return NULL on error 162 * @return NULL on error
163 */ 163 */
164struct GNUNET_TRANSPORT_Handle * 164struct GNUNET_TRANSPORT_Handle *