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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 0ff6c185a..96182424e 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -399,10 +399,10 @@ GNUNET_TRANSPORT_address_to_string (const struct GNUNET_CONFIGURATION_Handle *cf
399/** 399/**
400 * Cancel request for address conversion. 400 * Cancel request for address conversion.
401 * 401 *
402 * @param pic the context handle 402 * @param alc the context handle
403 */ 403 */
404void 404void
405GNUNET_TRANSPORT_address_to_string_cancel (struct GNUNET_TRANSPORT_AddressToStringContext *pic); 405GNUNET_TRANSPORT_address_to_string_cancel (struct GNUNET_TRANSPORT_AddressToStringContext *alc);
406 406
407 407
408/* *********************** Monitoring ************************** */ 408/* *********************** Monitoring ************************** */