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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index a1b88c309..9e82a0dda 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -285,9 +285,10 @@ typedef void
285 * @param cls closure 285 * @param cls closure
286 * @param address NULL on error or end of iteration, 286 * @param address NULL on error or end of iteration,
287 * otherwise 0-terminated printable UTF-8 string 287 * otherwise 0-terminated printable UTF-8 string
288 * @param res result of the address to string conversion: GNUNET_OK or GNUNET_SYSERR 288 * @param res result of the address to string conversion:
289 * if GNUNET_OK: address contains address as string 289 * if #GNUNET_OK: address was valid (conversion to
290 * if GNUNET_SYSERR: address is invalid 290 * string might still have failed)
291 * if #GNUNET_SYSERR: address is invalid
291 */ 292 */
292typedef void 293typedef void
293(*GNUNET_TRANSPORT_AddressToStringCallback) (void *cls, 294(*GNUNET_TRANSPORT_AddressToStringCallback) (void *cls,