- doc
authorBart Polot <bart@net.in.tum.de>
Thu, 14 Mar 2013 15:26:39 +0000 (15:26 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 14 Mar 2013 15:26:39 +0000 (15:26 +0000)
src/include/gnunet_transport_service.h

index 595517fb2c8e740f3698a2e1dd3cd1a163abebee..ddc42351716869d98f938103e919a231e36416b2 100644 (file)
@@ -156,9 +156,9 @@ typedef void (*GNUNET_TRANSPORT_PeerIterateCallback) (void *cls,
  * @param self our own identity (API should check that it matches
  *             the identity found by transport), or NULL (no check)
  * @param cls closure for the callbacks
- * @param rec receive function to call
- * @param nc function to call on connect events
- * @param nd function to call on disconnect events
+ * @param rec receive function to call, or NULL
+ * @param nc function to call on connect events, or NULL
+ * @param nd function to call on disconnect events, or NULL
  * @return NULL on error
  */
 struct GNUNET_TRANSPORT_Handle *